ported some quickshell stuff from rivendell-hyprdots

This commit is contained in:
Tomas Rivera
2026-03-10 16:22:35 +01:00
parent 4b442dd121
commit b9e3f35abe
80 changed files with 4462 additions and 9 deletions
+7 -1
View File
@@ -22,6 +22,8 @@
documentation.man.generateCaches = true; # used for the man script
qt.enable = true;
# grub theme
boot.loader.grub = {
theme = inputs.nixos-grub-themes.packages.${pkgs.system}.nixos; # if you want to use nixos grub theme
@@ -207,10 +209,14 @@
krita # image edition
yt-dlp# some youtube downloader
vlc
#some nix tools
#some nix tools
manix
deadnix
alejandra
# libs or apps for quickshell
libsForQt5.qt5.qtgraphicaleffects
mprisence
kdePackages.qt5compat
];
# fonts
+2 -1
View File
@@ -22,7 +22,8 @@
#../../modules/home-manager/neovim2.nix # ./neovim2.nix uses vim plug instead of the nix repository as with ./neovim.nix see the begining of neovim2 for an explanation
../../modules/home-manager/rclone.nix
../../modules/home-manager/waybar.nix
#../../modules/home-manager/oh-my-posh.nix # zsh customizer
../../modules/home-manager/quickshell.nix # used for widgets. Maybe it will replace waybar
#../../modules/home-manager/oh-my-posh.nix # zsh customizer
../../modules/home-manager/oh-my-zsh.nix # another zsh customizer
../../modules/home-manager/hypridle.nix
../../modules/home-manager/swaylock.nix