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