Refactor directory structure
This commit is contained in:
10
modules/system/cli/common.nix
Normal file
10
modules/system/cli/common.nix
Normal file
@@ -0,0 +1,10 @@
|
||||
{ pkgs, ... }:
|
||||
|
||||
{
|
||||
environment.systemPackages = with pkgs; [
|
||||
tree
|
||||
neofetch
|
||||
btop
|
||||
git
|
||||
];
|
||||
}
|
7
modules/system/cli/docker.nix
Normal file
7
modules/system/cli/docker.nix
Normal file
@@ -0,0 +1,7 @@
|
||||
{ ... }:
|
||||
|
||||
{
|
||||
virtualisation.docker.enable = true;
|
||||
|
||||
users.users.xeovalyte.extraGroups = [ "docker" ];
|
||||
}
|
Reference in New Issue
Block a user