Add school to ankaa config

This commit is contained in:
2024-09-08 11:51:52 -05:00
parent d77a69af03
commit bd927c0761
2 changed files with 6 additions and 241 deletions

View File

@@ -75,7 +75,6 @@
gui = {
enable = true;
protonmail = true;
matrix = true;
gtk = false;
sway = {
@@ -88,18 +87,23 @@
monitor = "DP-2";
resolution = "3440x1440";
refreshRate = 144;
x = 1920;
wallpaper = "solar_system.png";
})
(utils.mkMonitor {
monitor = "HDMI-A-1";
resolution = "1920x1080";
x = 3440;
refreshRate = 75;
})
];
};
school = {
enable = true;
citrix.enable = true;
};
games = {
enable = true;
lutris.enable = true;