nix fmt, explicit container enable
This commit is contained in:
parent
dc70f474a9
commit
8a097b0581
2 changed files with 28 additions and 33 deletions
|
|
@ -58,42 +58,34 @@
|
||||||
};
|
};
|
||||||
|
|
||||||
home.packages = with pkgs; [
|
home.packages = with pkgs; [
|
||||||
keepassxc
|
# keep-sorted start
|
||||||
nextcloud-client
|
|
||||||
thunderbird
|
|
||||||
fractal
|
|
||||||
telegram-desktop
|
|
||||||
|
|
||||||
wireguard-tools
|
|
||||||
wirelesstools
|
|
||||||
tailscale
|
|
||||||
|
|
||||||
kdiff3
|
|
||||||
jetbrains-toolbox
|
|
||||||
|
|
||||||
vlc
|
|
||||||
lutris
|
|
||||||
|
|
||||||
arduino
|
arduino
|
||||||
arduino-ide
|
|
||||||
arduino-cli
|
arduino-cli
|
||||||
|
arduino-ide
|
||||||
|
claude-code
|
||||||
|
dconf2nix
|
||||||
|
foliate
|
||||||
|
fractal
|
||||||
|
geary
|
||||||
|
gnome-terminal
|
||||||
|
gparted
|
||||||
|
icu
|
||||||
|
jetbrains-toolbox
|
||||||
|
kdiff3
|
||||||
|
keepassxc
|
||||||
|
lutris
|
||||||
|
nextcloud-client
|
||||||
|
onefetch
|
||||||
servicepoint-cli
|
servicepoint-cli
|
||||||
servicepoint-simulator
|
servicepoint-simulator
|
||||||
|
tailscale
|
||||||
icu
|
telegram-desktop
|
||||||
|
thunderbird
|
||||||
foliate
|
vlc
|
||||||
|
wireguard-tools
|
||||||
dconf2nix
|
wirelesstools
|
||||||
|
# keep-sorted end
|
||||||
gnome-terminal
|
|
||||||
|
|
||||||
gparted
|
|
||||||
|
|
||||||
geary
|
|
||||||
|
|
||||||
claude-code
|
|
||||||
];
|
];
|
||||||
|
|
||||||
home.file = {
|
home.file = {
|
||||||
|
|
|
||||||
|
|
@ -66,5 +66,8 @@
|
||||||
privateNetwork = false;
|
privateNetwork = false;
|
||||||
path = self.nixosConfigurations.damocles.config.system.build.toplevel;
|
path = self.nixosConfigurations.damocles.config.system.build.toplevel;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
boot.enableContainers = true;
|
||||||
|
virtualisation.containers.enable = true;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue