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
|
||||
wget
|
||||
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 = {
|
||||
# For the love of Fucking please keep them in alphabetical order to soothe my brain
|
||||
/* 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 = {
|
||||
enable = true;
|
||||
|
|
|
@ -14,7 +14,8 @@
|
|||
home.packages = with pkgs; [
|
||||
krita
|
||||
inkscape
|
||||
libresprite
|
||||
libresprite # tbh, it's kinda embarrasing how far behind this is on updates
|
||||
aseprite
|
||||
darktable
|
||||
obs-studio
|
||||
# pureref # not updated on nixpkgs apparently
|
||||
|
|
|
@ -30,6 +30,7 @@
|
|||
jnoortheen.nix-ide
|
||||
mkhl.direnv
|
||||
matthewpi.caddyfile-support
|
||||
vue.volar
|
||||
];
|
||||
};
|
||||
}
|
||||
|
|
|
@ -19,6 +19,7 @@
|
|||
lutris
|
||||
# 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
|
||||
r2modman
|
||||
];
|
||||
programs.mangohud.enable = true;
|
||||
}
|
||||
|
|
|
@ -8,7 +8,7 @@
|
|||
chemtool
|
||||
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"'';
|
||||
};
|
||||
"type:keyboard" = {
|
||||
xkb_layout = "us(colemak_dh),us";
|
||||
xkb_layout = "us,us(colemak_dh)";
|
||||
xkb_options = "grp:rctrl_toggle";
|
||||
};
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue