summaryrefslogtreecommitdiff
path: root/home-modules
diff options
context:
space:
mode:
authorJakub Stachurski <j.stachurski@student.utwente.nl>2026-02-11 15:03:20 +0100
committerJakub Stachurski <j.stachurski@student.utwente.nl>2026-02-11 15:03:20 +0100
commit52e8a6819240c59c8a84b141f9a10a6c7dc7304d (patch)
treeec3e684581d31f8233423d9aa104c5048625a540 /home-modules
parent41df7d18185c689811e9758ddab4673a30dee405 (diff)
nix fmt
Diffstat (limited to 'home-modules')
-rw-r--r--home-modules/desktop/hyprland.nix16
-rw-r--r--home-modules/theming.nix2
2 files changed, 9 insertions, 9 deletions
diff --git a/home-modules/desktop/hyprland.nix b/home-modules/desktop/hyprland.nix
index f1ff86d..164282e 100644
--- a/home-modules/desktop/hyprland.nix
+++ b/home-modules/desktop/hyprland.nix
@@ -257,12 +257,12 @@ with lib;
Install.WantedBy = lib.mkForce [ "hyprland-session.target" ];
};
- # TODO: Put the default wallpaper somewhere else.
+ # TODO: Put the default wallpaper somewhere else.
home.file.defaultWallpaper = {
source = ./wallpaper.png;
- target = "Pictures/Wallpapers/wallpaper.png";
- enable = true;
- };
+ target = "Pictures/Wallpapers/wallpaper.png";
+ enable = true;
+ };
services.hyprpaper = {
enable = true;
@@ -272,12 +272,12 @@ with lib;
splash_offset = 2;
# preload = [ "${./wallpaper.png}" ];
- wallpaper = [
- {
+ wallpaper = [
+ {
monitor = "";
- path = "${config.home.homeDirectory}/${config.home.file.defaultWallpaper.target}";
+ path = "${config.home.homeDirectory}/${config.home.file.defaultWallpaper.target}";
fit_mode = "cover";
- }
+ }
];
};
};
diff --git a/home-modules/theming.nix b/home-modules/theming.nix
index 94af4ac..15b596b 100644
--- a/home-modules/theming.nix
+++ b/home-modules/theming.nix
@@ -38,7 +38,7 @@ in
enable = true;
kde.settings = {
- };
+ };
style.package = pkgs.catppuccin-qt5ct;
# style.name = "kvantum";