nix fmt, explicit container enable

This commit is contained in:
müde 2026-04-12 21:39:52 +02:00
parent dc70f474a9
commit 8a097b0581
2 changed files with 28 additions and 33 deletions

View file

@ -15,8 +15,8 @@
./swaylock.nix
./swaync.nix
./vscode.nix
# ./waybar.nix
# ./wlogout.nix
# ./waybar.nix
# ./wlogout.nix
./zsh.nix
self.inputs.nova-shell.homeModules.default
# keep-sorted end
@ -58,42 +58,34 @@
};
home.packages = with pkgs; [
keepassxc
nextcloud-client
thunderbird
fractal
telegram-desktop
wireguard-tools
wirelesstools
tailscale
kdiff3
jetbrains-toolbox
vlc
lutris
# keep-sorted start
arduino
arduino-ide
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-simulator
icu
foliate
dconf2nix
gnome-terminal
gparted
geary
claude-code
tailscale
telegram-desktop
thunderbird
vlc
wireguard-tools
wirelesstools
# keep-sorted end
];
home.file = {

View file

@ -66,5 +66,8 @@
privateNetwork = false;
path = self.nixosConfigurations.damocles.config.system.build.toplevel;
};
boot.enableContainers = true;
virtualisation.containers.enable = true;
};
}