Updated configurations
This commit is contained in:
@@ -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" ];
|
||||
}
|
Reference in New Issue
Block a user