Updated configurations
This commit is contained in:
parent
50d94f32f0
commit
bfd4bae4fb
@ -11,6 +11,7 @@
|
||||
../../modules/system/programs/thunar.nix
|
||||
../../modules/system/programs/steam.nix
|
||||
../../modules/system/utils/common.nix
|
||||
../../modules/system/utils/docker.nix
|
||||
../../modules/system/utils/firewall.nix
|
||||
#../../modules/system/utils/fprint.nix
|
||||
../../modules/system/utils/garbage-collection.nix
|
||||
|
@ -25,7 +25,7 @@
|
||||
kdenlive
|
||||
gthumb
|
||||
unstable.arduino-ide
|
||||
prismlauncher
|
||||
unstable.prismlauncher
|
||||
];
|
||||
|
||||
home.sessionVariables = {
|
||||
|
@ -26,7 +26,7 @@
|
||||
gthumb
|
||||
unstable.arduino-ide
|
||||
moonlight-qt
|
||||
prismlauncher
|
||||
unstable.prismlauncher
|
||||
];
|
||||
|
||||
home.stateVersion = "23.11";
|
||||
|
@ -12,5 +12,8 @@
|
||||
bitwarden
|
||||
pavucontrol
|
||||
unstable.youtube-music
|
||||
|
||||
# CLI tools
|
||||
cloc
|
||||
];
|
||||
}
|
||||
|
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" ];
|
||||
}
|
Loading…
Reference in New Issue
Block a user