Compare commits
1 Commits
b552c4d93d
...
669bc5bb3d
Author | SHA1 | Date | |
---|---|---|---|
669bc5bb3d |
@ -73,7 +73,6 @@
|
|||||||
./modules/gui.nix
|
./modules/gui.nix
|
||||||
./modules/datasync.nix
|
./modules/datasync.nix
|
||||||
./modules/audio.nix
|
./modules/audio.nix
|
||||||
./modules/home.nix
|
|
||||||
./modules/hardware-configuration.nix
|
./modules/hardware-configuration.nix
|
||||||
];
|
];
|
||||||
|
|
||||||
|
@ -2,14 +2,16 @@
|
|||||||
|
|
||||||
{
|
{
|
||||||
# Display manager
|
# Display manager
|
||||||
services.xserver.enable = true;
|
services.xserver = {
|
||||||
services.xserver.displayManager = {
|
enable = true;
|
||||||
defaultSession = "sway";
|
displayManager = {
|
||||||
sddm = {
|
defaultSession = "sway";
|
||||||
enable = true;
|
sddm = {
|
||||||
autoLogin = {
|
|
||||||
enable = true;
|
enable = true;
|
||||||
user = "coolneng";
|
autoLogin = {
|
||||||
|
enable = true;
|
||||||
|
user = "coolneng";
|
||||||
|
};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
@ -55,7 +57,4 @@
|
|||||||
latitude = 35.89;
|
latitude = 35.89;
|
||||||
longitude = -5.32;
|
longitude = -5.32;
|
||||||
};
|
};
|
||||||
|
|
||||||
# Bar
|
|
||||||
programs.waybar.enable = true;
|
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user