mirror of
https://git.sr.ht/~roxwize/.dotfiles
synced 2025-05-10 15:43:07 +00:00
~
This commit is contained in:
parent
65dc01e1d1
commit
f2644a48ad
2 changed files with 4 additions and 3 deletions
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue