mirror of
https://github.com/anotherhadi/nixy.git
synced 2026-04-02 11:12:09 +02:00
@@ -17,6 +17,7 @@
|
|||||||
../../nixos/utils.nix
|
../../nixos/utils.nix
|
||||||
../../nixos/xdg-portal.nix
|
../../nixos/xdg-portal.nix
|
||||||
../../nixos/variables-config.nix
|
../../nixos/variables-config.nix
|
||||||
|
../../nixos/docker.nix
|
||||||
|
|
||||||
../../themes/stylix/nixy.nix
|
../../themes/stylix/nixy.nix
|
||||||
|
|
||||||
|
|||||||
4
nixos/docker.nix
Normal file
4
nixos/docker.nix
Normal file
@@ -0,0 +1,4 @@
|
|||||||
|
{ config, ... }: {
|
||||||
|
virtualisation.docker.enable = true;
|
||||||
|
users.users."${config.var.username}".extraGroups = [ "docker" ];
|
||||||
|
}
|
||||||
Reference in New Issue
Block a user