Hyprland lockscreen and rice

This commit is contained in:
Filippo Berto 2023-11-12 22:49:59 +01:00
parent 7eee9cd4d1
commit a4043761de
Signed by: bertof
GPG key ID: 9DBF7E6A1D2CE9ED
4 changed files with 255 additions and 0 deletions

View file

@ -43,6 +43,7 @@
clipedit = self.callPackage ./custom/clipedit { };
update-background = self.callPackage ./custom/update-background { backgrounds_directory = "$HOME/Immagini/Sfondi/1080+/1440+"; };
lockscreen = self.callPackage ./custom/lockscreen { palette = self.rice.colorPalette; font = self.rice.font.normal; };
way-lockscreen = self.callPackage ./custom/way-lockscreen { palette = self.rice.colorPalette; font = self.rice.font.normal; };
sddm-theme-clairvoyance = self.callPackage ./custom/sddm-theme-clairvoyance { wallpaper = ./wallpapers/background.jpg; };
keyboard-switch = self.callPackage ./custom/keyboard-switch { };
sddm-sugar-dark = self.callPackage ./custom/sddm-sugar-dark { };
@ -135,6 +136,11 @@
./modules/nixos/kdeconnect.nix
./modules/nixos/hyprland.nix
{
home-manager.users.bertof.imports = [
./modules/hm/hyprland.nix
];
}
] ++ homeManagerModules ++ [
{ home-manager.users.bertof = import ./instances/thor/hm.nix; }
];