Disabled and enabled various apps.
This commit is contained in:
parent
f795228518
commit
b617795fc3
6 changed files with 8 additions and 5 deletions
|
@ -6,12 +6,12 @@
|
||||||
ps
|
ps
|
||||||
wget
|
wget
|
||||||
libqalculate
|
libqalculate
|
||||||
# magic-wormhole # disabled because of a build failure, currently writing an issue for it
|
# magic-wormhole # disabled because of a build failure, currently writing an issue for it - https://github.com/NixOS/nixpkgs/issues/368842 -j.
|
||||||
];
|
];
|
||||||
programs = {
|
programs = {
|
||||||
# For the love of Fucking please keep them in alphabetical order to soothe my brain
|
# For the love of Fucking please keep them in alphabetical order to soothe my brain
|
||||||
/* btop = {
|
/* btop = {
|
||||||
enable = true; # disabled because of build failure, watch https://github.com/NixOS/nixpkgs/issues/368672 .
|
enable = true; # disabled because of rocmPackages.llvm.libc build failure, watch https://github.com/NixOS/nixpkgs/issues/368672 .
|
||||||
};*/
|
};*/
|
||||||
emacs = {
|
emacs = {
|
||||||
enable = true;
|
enable = true;
|
||||||
|
|
|
@ -14,7 +14,8 @@
|
||||||
home.packages = with pkgs; [
|
home.packages = with pkgs; [
|
||||||
krita
|
krita
|
||||||
inkscape
|
inkscape
|
||||||
libresprite
|
libresprite # tbh, it's kinda embarrasing how far behind this is on updates
|
||||||
|
aseprite
|
||||||
darktable
|
darktable
|
||||||
obs-studio
|
obs-studio
|
||||||
# pureref # not updated on nixpkgs apparently
|
# pureref # not updated on nixpkgs apparently
|
||||||
|
|
|
@ -30,6 +30,7 @@
|
||||||
jnoortheen.nix-ide
|
jnoortheen.nix-ide
|
||||||
mkhl.direnv
|
mkhl.direnv
|
||||||
matthewpi.caddyfile-support
|
matthewpi.caddyfile-support
|
||||||
|
vue.volar
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
|
@ -19,6 +19,7 @@
|
||||||
lutris
|
lutris
|
||||||
# bottles # disabled because of python 3.12 patool failing to build - https://github.com/NixOS/nixpkgs/issues/367772
|
# bottles # disabled because of python 3.12 patool failing to build - https://github.com/NixOS/nixpkgs/issues/367772
|
||||||
# heroic # disabled because of electron build failure - https://github.com/NixOS/nixpkgs/issues/368172
|
# heroic # disabled because of electron build failure - https://github.com/NixOS/nixpkgs/issues/368172
|
||||||
|
r2modman
|
||||||
];
|
];
|
||||||
programs.mangohud.enable = true;
|
programs.mangohud.enable = true;
|
||||||
}
|
}
|
||||||
|
|
|
@ -8,7 +8,7 @@
|
||||||
chemtool
|
chemtool
|
||||||
avogadro2
|
avogadro2
|
||||||
];
|
];
|
||||||
# programs.sagemath.enable = true; # disabled because of https://github.com/NixOS/nixpkgs/issues/368655
|
# programs.sagemath.enable = true; # disabled because of ecm (eliptic curve method for integer factorization) build failure - https://github.com/NixOS/nixpkgs/issues/368655
|
||||||
}
|
}
|
||||||
)
|
)
|
||||||
];
|
];
|
||||||
|
|
|
@ -217,7 +217,7 @@
|
||||||
map_to_output = ''"UGD Artist 12 pro 0x19201012"'';
|
map_to_output = ''"UGD Artist 12 pro 0x19201012"'';
|
||||||
};
|
};
|
||||||
"type:keyboard" = {
|
"type:keyboard" = {
|
||||||
xkb_layout = "us(colemak_dh),us";
|
xkb_layout = "us,us(colemak_dh)";
|
||||||
xkb_options = "grp:rctrl_toggle";
|
xkb_options = "grp:rctrl_toggle";
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in a new issue