1
0
Fork 0
mirror of https://git.sr.ht/~roxwize/.dotfiles synced 2025-05-10 15:43:07 +00:00
This commit is contained in:
Rae 5e 2025-03-03 19:54:14 -05:00
parent 65dc01e1d1
commit f2644a48ad
Signed by: rae
GPG key ID: 5B1A0FAB9BAB81EE
2 changed files with 4 additions and 3 deletions

View file

@ -1,7 +1,7 @@
{ config, pkgs, inputs, ... }: {
imports = [
inputs.nix-flatpak.nixosModules.nix-flatpak
../base.nix
./base.nix
../packages.nix
];
@ -144,5 +144,7 @@
];
};
users.users.rae.shell = pkgs.fish;
virtualisation.docker.enable = true;
}