diff options
author | Zhongheng Liu <z.liu@outlook.com.gr> | 2024-08-20 11:18:51 +0800 |
---|---|---|
committer | Zhongheng Liu <z.liu@outlook.com.gr> | 2024-08-20 11:18:51 +0800 |
commit | 3084dbcb7f1176fe4c0aaa05972e5b793b682ba3 (patch) | |
tree | 9d720cd38f16d449c230e1c197c3f100e2ff4266 /nixos/greetd-sway.nix | |
parent | 370669f99f4001072ee5819e76896fa7445d8674 (diff) | |
download | nixos-configuration-3084dbcb7f1176fe4c0aaa05972e5b793b682ba3.tar.gz nixos-configuration-3084dbcb7f1176fe4c0aaa05972e5b793b682ba3.tar.bz2 nixos-configuration-3084dbcb7f1176fe4c0aaa05972e5b793b682ba3.zip |
feat: grub and greetd setups
grub: changed theme to distro-grub-themes
kernel: upgraded to linux zen kernel
greetd: configured tuigreet with greetd to replace sddm
Diffstat (limited to 'nixos/greetd-sway.nix')
-rw-r--r-- | nixos/greetd-sway.nix | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/nixos/greetd-sway.nix b/nixos/greetd-sway.nix deleted file mode 100644 index ac6b04e..0000000 --- a/nixos/greetd-sway.nix +++ /dev/null @@ -1,15 +0,0 @@ -{ - pkgs, - config, - lib, - ... -}: { - services.greetd = { - enable = true; - settings = { - default_session = { - command = "${pkgs.sway}/bin/sway"; - }; - }; - }; -} |