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