Compare commits
1 Commits
669bc5bb3d
...
b552c4d93d
Author | SHA1 | Date | |
---|---|---|---|
b552c4d93d |
@ -73,6 +73,7 @@
|
|||||||
./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,9 +2,8 @@
|
|||||||
|
|
||||||
{
|
{
|
||||||
# Display manager
|
# Display manager
|
||||||
services.xserver = {
|
services.xserver.enable = true;
|
||||||
enable = true;
|
services.xserver.displayManager = {
|
||||||
displayManager = {
|
|
||||||
defaultSession = "sway";
|
defaultSession = "sway";
|
||||||
sddm = {
|
sddm = {
|
||||||
enable = true;
|
enable = true;
|
||||||
@ -14,7 +13,6 @@
|
|||||||
};
|
};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
};
|
|
||||||
|
|
||||||
# Window manager
|
# Window manager
|
||||||
programs.sway = {
|
programs.sway = {
|
||||||
@ -57,4 +55,7 @@
|
|||||||
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