diff --git a/apps.mod.nix b/apps.mod.nix index 6316df8..1da06e6 100644 --- a/apps.mod.nix +++ b/apps.mod.nix @@ -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; diff --git a/art.mod.nix b/art.mod.nix index 8464dfe..a900240 100644 --- a/art.mod.nix +++ b/art.mod.nix @@ -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 diff --git a/dev.mod.nix b/dev.mod.nix index f65a19e..c0bd5a7 100644 --- a/dev.mod.nix +++ b/dev.mod.nix @@ -30,6 +30,7 @@ jnoortheen.nix-ide mkhl.direnv matthewpi.caddyfile-support + vue.volar ]; }; } diff --git a/games.mod.nix b/games.mod.nix index 1c75f8b..1e501ee 100644 --- a/games.mod.nix +++ b/games.mod.nix @@ -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; } diff --git a/nerd.mod.nix b/nerd.mod.nix index cf51e43..daf139e 100644 --- a/nerd.mod.nix +++ b/nerd.mod.nix @@ -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 } ) ]; diff --git a/sway.mod.nix b/sway.mod.nix index f93b58a..1abb9ed 100644 --- a/sway.mod.nix +++ b/sway.mod.nix @@ -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"; }; };