Final edits before fork

This commit is contained in:
Dragyx 2024-04-29 13:17:46 +02:00
commit a4edaec9eb
10 changed files with 363 additions and 156 deletions

View file

@ -115,6 +115,9 @@
security.polkit.enable = true;
home-manager.users."dragyx".home.packages = with pkgs; [ vesktop ];
# Mainly for coding weekend
services.hardware.bolt.enable = true;
modules = {
other = {
system = rec {
@ -131,6 +134,38 @@
};
scale = 1.175;
refresh_rate = 60;
position = {
x = 0;
y = 0;
};
}
rec {
name = "CodingWeekend";
device = "DP-9";
resolution = {
x = 2560;
y = 1440;
};
refresh_rate = 60;
scale = 1;
position = {
x = -152;
y = -resolution.y;
};
}
rec {
name = "CodingWeekend2";
device = "DP-10";
resolution = {
x = 2560;
y = 1440;
};
refresh_rate = 60;
scale = 1;
position = {
x = -152;
y = -resolution.y;
};
}
];
wayland = true;

View file

@ -20,6 +20,7 @@ in
lynis
element-desktop
jetbrains.idea-community
jetbrains.rust-rover
baobab
amdvlk
texlive.combined.scheme-full