mirror of
https://github.com/tomasriveral/nixos.git
synced 2026-08-12 10:30:44 +02:00
Fixed bugs with caelestia shell
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user