commit b4ad7ab91a8bdf2604f89fe3b2e49ad4a81a7272 parent 128928a7f09f286ed1a95b46ce9e8f478785bbcf Author: Milutin Popovic <milutin@popovic.xyz> Date: Sun, 8 Mar 2026 22:00:57 +0000 reset permissions Diffstat:
| M | .gitignore | | | 1 | + |
| M | .sops.yaml | | | 0 | |
| M | flake.nix | | | 0 | |
| M | justfile | | | 0 | |
| M | lib/dotfiles.nix | | | 0 | |
| M | modules/firefox.nix | | | 0 | |
| M | modules/mbsync_timer.nix | | | 0 | |
| M | modules/nix_settings.nix | | | 0 | |
| M | modules/nm.nix | | | 0 | |
| M | modules/packages.nix | | | 0 | |
| M | modules/theme.nix | | | 0 | |
| M | modules/xdg.nix | | | 0 | |
| M | secrets.yaml | | | 0 | |
| M | system/disk/disk-vm.nix | | | 0 | |
| M | system/hardware/hardware-frame.nix | | | 0 | |
| M | system/hardware/hardware-vm.nix | | | 0 | |
| M | system/host/host-frame.nix | | | 0 | |
| M | system/host/host-server.nix | | | 0 | |
| M | system/host/mac.nix | | | 0 | |
| M | users/mika.nix | | | 0 | |
| M | users/r2d2.nix | | | 0 | |
| M | users/root.nix | | | 0 |
22 files changed, 1 insertion(+), 0 deletions(-)
diff --git a/.gitignore b/.gitignore @@ -1,3 +1,4 @@ *qcow2 result .DS_Store +.direnv diff --git a/.sops.yaml b/.sops.yaml diff --git a/flake.nix b/flake.nix diff --git a/justfile b/justfile diff --git a/lib/dotfiles.nix b/lib/dotfiles.nix diff --git a/modules/firefox.nix b/modules/firefox.nix diff --git a/modules/mbsync_timer.nix b/modules/mbsync_timer.nix diff --git a/modules/nix_settings.nix b/modules/nix_settings.nix diff --git a/modules/nm.nix b/modules/nm.nix diff --git a/modules/packages.nix b/modules/packages.nix diff --git a/modules/theme.nix b/modules/theme.nix diff --git a/modules/xdg.nix b/modules/xdg.nix diff --git a/secrets.yaml b/secrets.yaml diff --git a/system/disk/disk-vm.nix b/system/disk/disk-vm.nix diff --git a/system/hardware/hardware-frame.nix b/system/hardware/hardware-frame.nix diff --git a/system/hardware/hardware-vm.nix b/system/hardware/hardware-vm.nix diff --git a/system/host/host-frame.nix b/system/host/host-frame.nix diff --git a/system/host/host-server.nix b/system/host/host-server.nix diff --git a/system/host/mac.nix b/system/host/mac.nix diff --git a/users/mika.nix b/users/mika.nix diff --git a/users/r2d2.nix b/users/r2d2.nix diff --git a/users/root.nix b/users/root.nix