summaryrefslogtreecommitdiff
path: root/systems/odino/home-manager/leo/home.nix
diff options
context:
space:
mode:
authorLeonardo <noreply@leoflo.me>2026-03-11 16:34:05 +0100
committerLeonardo <noreply@leoflo.me>2026-03-11 16:34:05 +0100
commitafc597e552facff6c0103657d315775902709841 (patch)
tree75e411a8f5c57491b03f6057776df29ec3594487 /systems/odino/home-manager/leo/home.nix
parenta7f0310e52a6d7dcfa0d11b7b3e683903ca41cd9 (diff)
downloadnixos-afc597e552facff6c0103657d315775902709841.tar.gz
nixos-afc597e552facff6c0103657d315775902709841.zip
gerarchia modificata (sono pazzo)
Diffstat (limited to 'systems/odino/home-manager/leo/home.nix')
-rw-r--r--systems/odino/home-manager/leo/home.nix13
1 files changed, 0 insertions, 13 deletions
diff --git a/systems/odino/home-manager/leo/home.nix b/systems/odino/home-manager/leo/home.nix
deleted file mode 100644
index e0c3d6f..0000000
--- a/systems/odino/home-manager/leo/home.nix
+++ /dev/null
@@ -1,13 +0,0 @@
-{...}: {
- imports = [
- ./programs.nix
- ];
-
- home = {
- username = "leo";
- homeDirectory = "/home/leo";
- };
-
- # Version
- home.stateVersion = "25.05";
-}