remove hyprland extraConfig option and move all to nixified settings option
This commit is contained in:
parent
11cb74ce0d
commit
667d5fd2eb
5 changed files with 55 additions and 53 deletions
|
@ -138,9 +138,11 @@
|
|||
programs.steam.remotePlay.openFirewall = true;
|
||||
|
||||
# This desperately needs moving to home.nix but the home-manager module is not yet available
|
||||
|
||||
services.protonmail-bridge = {
|
||||
enable = true;
|
||||
path = [ pkgs.pass-secret-service ]
|
||||
path = [ pkgs.gnome-keyring ];
|
||||
logLevel = "debug";
|
||||
};
|
||||
|
||||
# protonmail daemon config
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue