mirror of
https://codeberg.org/muon/home.git
synced 2025-12-06 08:07:45 +00:00
Update nix
This commit is contained in:
parent
bb2d16410c
commit
ea84a06f61
3 changed files with 112 additions and 44 deletions
|
|
@ -3,7 +3,7 @@
|
|||
lib.mkEnableOption "enables gui development tools";
|
||||
|
||||
config = lib.mkIf config.mods.desktop.development.enable {
|
||||
# home.packages = with pkgs; [];
|
||||
home.packages = with pkgs; [ godot ];
|
||||
programs.qutebrowser = {
|
||||
enable = true;
|
||||
|
||||
|
|
|
|||
|
|
@ -7,6 +7,7 @@ in {
|
|||
imports = [ ./steam.nix ./nvidia.nix ./minecraft.nix ];
|
||||
|
||||
nixpkgs.config.allowUnfreePredicate = pkg:
|
||||
builtins.elem (lib.getName pkg)
|
||||
((mkPackages "steam") ++ (mkPackages "minecraft") ++ (mkPackages "nvidia"));
|
||||
builtins.elem (lib.getName pkg) ((mkPackages "steam")
|
||||
++ (mkPackages "minecraft") ++ (mkPackages "nvidia")
|
||||
++ [ "stremio-shell" "stremio-server" ]);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue