Enable audio and add a basic home configuration
This commit is contained in:
@@ -2,11 +2,12 @@
|
||||
|
||||
{
|
||||
# Display manager
|
||||
services.xserver.enable = true;
|
||||
services.xserver.displayManager = {
|
||||
defaultSession = "sway";
|
||||
sddm = {
|
||||
enable = true;
|
||||
autologin = {
|
||||
autoLogin = {
|
||||
enable = true;
|
||||
user = "coolneng";
|
||||
};
|
||||
@@ -47,9 +48,13 @@
|
||||
enable = true;
|
||||
temperature = {
|
||||
day = 6500;
|
||||
night = 5500;
|
||||
night = 5000;
|
||||
};
|
||||
};
|
||||
location = {
|
||||
latitude = 35.89;
|
||||
longitude = -5.32;
|
||||
};
|
||||
|
||||
# Bar
|
||||
programs.waybar.enable = true;
|
||||
|
||||
Reference in New Issue
Block a user