From c6c19eb070196aad30c973c9fc59cb273714bab0 Mon Sep 17 00:00:00 2001 From: Nathan Reiner Date: Thu, 19 Sep 2024 21:46:33 +0200 Subject: add xdg dirs and set screenr res for ws --- common/home/default.nix | 27 +++++++++++++++++++++++++-- 1 file changed, 25 insertions(+), 2 deletions(-) (limited to 'common/home') diff --git a/common/home/default.nix b/common/home/default.nix index 5b32a0f..306d2a9 100644 --- a/common/home/default.nix +++ b/common/home/default.nix @@ -90,8 +90,8 @@ in }; iconTheme = { - package = pkgs.gnome.adwaita-icon-theme; - name = "adwaita-icon-theme"; + package = pkgs.flat-remix-icon-theme; + name = "Flat-Remix-Blue-Light"; }; font = { @@ -100,6 +100,29 @@ in }; }; + qt = { + enable = true; + style = { + package = [ + pkgs.qt6Packages.qt6gtk2 + pkgs.libsForQt5.qtstyleplugins + ]; + name = "gtk2"; + }; + }; + + xdg.userDirs = { + enable = true; + download = "${config.home-manager.users.n8.home.homeDirectory}"; + desktop = null; + documents = "${config.home-manager.users.n8.home.homeDirectory}/global/docs"; + music = "${config.home-manager.users.n8.home.homeDirectory}/global/media/audio"; + pictures = "${config.home-manager.users.n8.home.homeDirectory}/global/media/photos"; + publicShare = null; + templates = null; + videos = "${config.home-manager.users.n8.home.homeDirectory}/global/media/videos"; + }; + home.stateVersion = "24.05"; }; -- cgit v1.2.3-70-g09d2