summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLeonardo <noreply@leoflo.me>2026-01-31 14:32:29 +0100
committerLeonardo <noreply@leoflo.me>2026-01-31 14:33:53 +0100
commit77c1e4d3dd4eed8fef531a60a02c5c25571d8014 (patch)
tree21d8c84b388516bb9cc09022fd38f3b91b10efaf
parent5baa570ad311d7efb99377a258577be04b5bb754 (diff)
downloadnixos-77c1e4d3dd4eed8fef531a60a02c5c25571d8014.tar.gz
nixos-77c1e4d3dd4eed8fef531a60a02c5c25571d8014.zip
fix
-rw-r--r--.gitignore1
-rw-r--r--odino/home-manager/leo/programs/zsh.nix4
2 files changed, 1 insertions, 4 deletions
diff --git a/.gitignore b/.gitignore
index 577b0a0..b4ec581 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,2 @@
+# Project
hardware-configuration.nix
diff --git a/odino/home-manager/leo/programs/zsh.nix b/odino/home-manager/leo/programs/zsh.nix
index 937e473..c42d1a5 100644
--- a/odino/home-manager/leo/programs/zsh.nix
+++ b/odino/home-manager/leo/programs/zsh.nix
@@ -38,10 +38,6 @@
# Theme
autoload -U colors
colors
-
- # Profile
- source ~/.profile.cloud
- source ~/.profile.games
'';
};
};