Merge
This commit is contained in:
@@ -96,6 +96,7 @@
|
||||
"$mod,ESCAPE, exec, nwg-bar"
|
||||
|
||||
"$mod, C, killactive"
|
||||
"$mod SHIFT, C, exec, hyprctl kill"
|
||||
"$mod, V, togglefloating"
|
||||
"$mod, F, fullscreen, 0"
|
||||
"$mod, M, fullscreen, 1"
|
||||
|
@@ -12,5 +12,8 @@
|
||||
bitwarden
|
||||
pavucontrol
|
||||
unstable.youtube-music
|
||||
|
||||
# CLI tools
|
||||
cloc
|
||||
];
|
||||
}
|
||||
|
@@ -2,7 +2,7 @@
|
||||
|
||||
{
|
||||
nix.settings = {
|
||||
substituters = ["https://getchoo.cachix.org"];
|
||||
trusted-substituters = ["https://getchoo.cachix.org"];
|
||||
trusted-public-keys = ["getchoo.cachix.org-1:ftdbAUJVNaFonM0obRGgR5+nUmdLMM+AOvDOSx0z5tE="];
|
||||
};
|
||||
|
||||
|
@@ -12,4 +12,6 @@
|
||||
hardware.opengl.extraPackages32 = with pkgs; [
|
||||
driversi686Linux.amdvlk
|
||||
];
|
||||
|
||||
programs.gamemode.enable = true;
|
||||
}
|
||||
|
@@ -36,4 +36,6 @@
|
||||
|
||||
package = config.boot.kernelPackages.nvidiaPackages.stable;
|
||||
};
|
||||
|
||||
programs.gamemode.enable = true;
|
||||
}
|
||||
|
7
modules/system/utils/docker.nix
Normal file
7
modules/system/utils/docker.nix
Normal file
@@ -0,0 +1,7 @@
|
||||
{ ... }:
|
||||
|
||||
{
|
||||
virtualisation.docker.enable = true;
|
||||
|
||||
users.users.xeovalyte.extraGroups = [ "docker" ];
|
||||
}
|
Reference in New Issue
Block a user