mirror of
https://github.com/tomasriveral/nixos.git
synced 2026-08-12 02:28:37 +02:00
ported some quickshell stuff from rivendell-hyprdots
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user