summaryrefslogtreecommitdiff
path: root/home-manager.nix
diff options
context:
space:
mode:
authorJasper Ras <jaspert.ras@gmail.com>2024-10-24 21:34:15 +0200
committerJasper Ras <jaspert.ras@gmail.com>2024-10-24 21:34:15 +0200
commit9590aefe5bdaf9cbf939525180773e53e67eb60c (patch)
tree7482c81aa07b71060b2894de9982522809a2c71c /home-manager.nix
parent5df07af3221eebe3ed97adc7701659cb001687a4 (diff)
Move to sway on wayland using nouveau drivers
Diffstat (limited to 'home-manager.nix')
-rw-r--r--home-manager.nix7
1 files changed, 0 insertions, 7 deletions
diff --git a/home-manager.nix b/home-manager.nix
deleted file mode 100644
index 67ba932..0000000
--- a/home-manager.nix
+++ /dev/null
@@ -1,7 +0,0 @@
-{ config, pkgs, ...}: {
- home-manager.users.jras = { pkgs, ... }: {
- imports = ["/home/jras/home-manager/common.nix"];
-
- home.stateVersion = "24.05";
- };
-}