diff options
author | Ben Sima <ben@bsima.me> | 2022-01-26 14:54:46 -0500 |
---|---|---|
committer | Ben Sima <ben@bsima.me> | 2022-01-26 14:54:46 -0500 |
commit | a70ca7cb664184b85a9dd7b9f33905d778349321 (patch) | |
tree | 009ad69673a1a4f7ac928779eb3fd7438cc1a01a | |
parent | 199af1ef5c261abdb2b0b5dae3701e5e30d96bdd (diff) |
remove .hm-xsession thing
-rw-r--r-- | lib/linux.nix | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/linux.nix b/lib/linux.nix index a2348f9..5787d62 100644 --- a/lib/linux.nix +++ b/lib/linux.nix @@ -390,7 +390,6 @@ in xsession = { enable = true; - scriptPath = ".hm-xsession"; pointerCursor = { package = pkgs.vanilla-dmz; name = "Vanilla-DMZ"; |