diff options
| author | Fuwn <[email protected]> | 2024-08-29 23:35:41 -0700 |
|---|---|---|
| committer | Fuwn <[email protected]> | 2024-08-29 23:35:41 -0700 |
| commit | e6591b990e5bb5f610db33503336e4538f140d45 (patch) | |
| tree | 8275d219ca48ec6d7bb8893ed0094fc762e2f706 | |
| parent | some stuff (diff) | |
| download | nixos-config-e6591b990e5bb5f610db33503336e4538f140d45.tar.xz nixos-config-e6591b990e5bb5f610db33503336e4538f140d45.zip | |
bork
| -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" |