Fixed bugs with caelestia shell

This commit is contained in:
Tomas Rivera
2026-04-09 15:37:14 +02:00
parent 6625c1bdda
commit 4b9145253c
6 changed files with 150 additions and 42 deletions
+14 -1
View File
@@ -83,6 +83,13 @@
# zsh dont want to work if it is not initialzed here.
programs.zsh.enable = true;
security.wrappers.gsr-kms-server = { # to remove the password prompt when using gpu-screen-recorder
owner = "root";
group = "root";
capabilities = "cap_sys_admin+ep";
source = "${pkgs.gpu-screen-recorder}/bin/gsr-kms-server";
};
# Enable the GNOME Desktop Environment.
# services.displayManager.gdm.enable = true;
# services.desktopManager.gnome.enable = true;
@@ -167,7 +174,7 @@
gnome-characters
gnome-disk-utility
kdePackages.okular
nautilus
kdePackages.dolphin
gnome-font-viewer
wget
tree # shows dir in tree
@@ -244,6 +251,12 @@
pylint
black
nixd
# for caelestia
gpu-screen-recorder
fuzzel
papirus-icon-theme
papirus-folders
power-profiles-daemon
];
# fonts
+2 -2
View File
@@ -27,8 +27,8 @@
../../modules/home-manager/caelestia.nix # caelestia shell is based on quickshell
#../../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
#../../modules/home-manager/hypridle.nix
#../../modules/home-manager/swaylock.nix
../../modules/home-manager/anki.nix # we use only for some settings. see ../../modules/nixos/anki.nix for activating
../../modules/home-manager/librewolf.nix # privacy browser
../../modules/home-manager/cursor.nix # cursor (the icon not the app)