[container-dev] Switch to rootless docker. [nvim] Update snacks options. [hyprland] Use clipboard fixes globally

This commit is contained in:
2025-04-30 14:29:31 -07:00
parent 55bd116fde
commit 8884bd51fd
11 changed files with 51 additions and 59 deletions

View File

@@ -8,11 +8,6 @@
}:
{
imports = [
./qmk.nix
../../features/podman-dev.nix
];
networking.hostName = "altair"; # Define your hostname.
# Configure network proxy if necessary

View File

@@ -3,9 +3,11 @@
imports = [
./configuration.nix
./hardware-configuration.nix
./qmk.nix
../../authorized-keys.nix
../../features/gc.nix
../../features/gui.nix
../../features/container-dev.nix
];
nixpkgs.config.allowUnfree = true;