mirror of
https://github.com/alyraffauf/nixcfg.git
synced 2024-12-21 23:25:58 -05:00
lavaridge: disable sway
This commit is contained in:
parent
de5ea6c086
commit
511a5dcca1
|
@ -76,7 +76,6 @@
|
|||
desktop = {
|
||||
greetd.enable = true;
|
||||
hyprland.enable = true;
|
||||
sway.enable = true;
|
||||
};
|
||||
|
||||
laptopMode = true;
|
||||
|
@ -84,6 +83,7 @@
|
|||
users.aly = {
|
||||
enable = true;
|
||||
password = "$y$j9T$NSS7QcEtN4yiigPyofwlI/$nxdgz0lpySa0heDMjGlHe1gX3BWf48jK6Tkfg4xMEs6";
|
||||
|
||||
syncthing = {
|
||||
enable = true;
|
||||
certFile = config.age.secrets.syncthingCert.path;
|
||||
|
|
Loading…
Reference in a new issue