summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--home/ebisu/home.nix7
1 files changed, 0 insertions, 7 deletions
diff --git a/home/ebisu/home.nix b/home/ebisu/home.nix
index 352fec3..fdd9f9c 100644
--- a/home/ebisu/home.nix
+++ b/home/ebisu/home.nix
@@ -17,13 +17,6 @@ in
homeDirectory = "/home/${username}";
stateVersion = "24.05";
- # packages = [
- # (pkgs.nerdfonts.override { fonts = [ "FantasqueSansMono" ]; })
- # (pkgs.writeShellScriptBin "my-hello" ''
- # echo "Hello, \${config.home.username}!"
- # '')
- # ];
-
sessionPath = [
"${config.home.homeDirectory}/.local/bin"
"${config.home.homeDirectory}/.local/share/cargo/bin"