Modularize Hyprland configuration

This commit is contained in:
DashieTM 2024-08-03 19:06:59 +02:00
parent 25eac3559f
commit bab352d00e
18 changed files with 543 additions and 472 deletions

View file

@ -15,6 +15,9 @@ in
};
streamdeck.enable = true;
hostname = "spaceship";
colorscheme = "catppuccin-mocha";
};
mods = {
hyprland = {
monitor = [
# default
@ -45,7 +48,7 @@ in
# monitor right
"3,monitor:HDMI-A-1, default:true"
];
hyprpaper = ''
hyprpaper.config = ''
#load
preload = /home/${username}/Pictures/backgrounds/shinobu_2k.jpg
preload = /home/${username}/Pictures/backgrounds/shino_wide.png
@ -59,9 +62,6 @@ in
'';
extra_autostart = [ "streamdeck -n" ];
};
colorscheme = "catppuccin-mocha";
};
mods = {
extraDrives = [
{
name = "drive2";