diff options
| -rw-r--r-- | home/ebisu/home.nix | 7 |
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" |