more hyprland binds

This commit is contained in:
Rouven Seifert 2023-01-25 12:09:50 +01:00
parent 4c85782928
commit 3313490b3f
Signed by: rouven.seifert
GPG key ID: B95E8FE6B11C4D09
3 changed files with 15 additions and 13 deletions

View file

@ -26,18 +26,15 @@
home-manager.nixosModules.home-manager
sops-nix.nixosModules.sops
{
nix.settings = {
substituters = [ "https://hyprland.cachix.org" ];
trusted-public-keys = [ "hyprland.cachix.org-1:a7pgxzMz7+chwVL3/pzj6jIBMioiJM7ypFP8PwtkuGc=" ];
};
home-manager.extraSpecialArgs = attrs;
home-manager.users.rouven = {
imports = [
nix-colors.homeManagerModule
hyprland.homeManagerModules.default
];
config.colorScheme = nix-colors.colorSchemes.dracula;
config = {
colorScheme = nix-colors.colorSchemes.dracula;
};
};
}
];