quickshell lets gooo

This commit is contained in:
zastian@mrthoddata.com
2025-06-17 18:54:28 +01:00
parent 8d618a8ae3
commit 040bc459a4
124 changed files with 11667 additions and 83 deletions

View File

@@ -26,6 +26,7 @@ in
../dots/river.nix
../dots/niri.nix
../dots/hyprland.nix
../dots/hyprpaper.nix
];
# you can go look here for a list of color schemes https://github.com/tinted-theming/schemes
@@ -47,13 +48,13 @@ in
# The home.packages option allows you to install Nix packages into your
# environment.
gtk = {
enable = true;
iconTheme = {
name = "Dracula";
package = pkgs.dracula-icon-theme;
};
};
#gtk = {
# enable = true;
# iconTheme = {
# name = "Dracula";
# # package = pkgs.dracula-icon-theme;
# };
#};
home.packages = with pkgs; [
swaybg
@@ -97,6 +98,7 @@ in
{ allowUnfree = true; }
'';
".config/doom".source = ../dots/doom;
".config/quickshell".source = ../dots/quickshell;
#".config/kitty".source = ../../universal/dots/kitty;
#".config/nvim".source = ../../universal/dots/nvim;
"Pictures/Wallpapers".source = ../assets/Wallpapers;