Enable audio and add a basic home configuration

This commit is contained in:
2020-05-09 01:17:35 +02:00
parent f4e7147105
commit 3b65c57b30
7 changed files with 193 additions and 10 deletions

View File

@@ -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;