summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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
'';
};
};