Create a desktop.linux profile
This commit is contained in:
parent
6ec28c4ddc
commit
339a1d6853
2 changed files with 8 additions and 7 deletions
|
|
@ -17,6 +17,7 @@ in
|
|||
./persephone/hardware.nix
|
||||
./persephone/networking.nix
|
||||
../profiles/minimal.nix
|
||||
../profiles/desktop.linux.nix
|
||||
];
|
||||
|
||||
nixpkgs.config.allowUnfreePredicate =
|
||||
|
|
@ -108,7 +109,6 @@ in
|
|||
libva-utils
|
||||
vdpauinfo
|
||||
|
||||
wget
|
||||
adwaita-icon-theme
|
||||
gsettings-desktop-schemas
|
||||
|
||||
|
|
@ -223,15 +223,9 @@ in
|
|||
trusted-public-keys = [ "cache.nixos-cuda.org:74DUi4Ye579gUqzH4ziL9IyiJBlDpMRn9MBN8oNan9M=" ];
|
||||
};
|
||||
|
||||
# Enable required services for Wayland
|
||||
security.polkit.enable = true;
|
||||
programs.dconf.enable = true;
|
||||
|
||||
programs._1password.enable = true;
|
||||
programs._1password-gui = {
|
||||
enable = true;
|
||||
# Certain features, including CLI integration and system authentication support,
|
||||
# require enabling PolKit integration on some desktop environments (e.g. Plasma).
|
||||
polkitPolicyOwners = [ "pml" ];
|
||||
};
|
||||
|
||||
|
|
@ -239,6 +233,7 @@ in
|
|||
"1password/custom_allowed_browsers" = {
|
||||
text = ''
|
||||
firefox
|
||||
brave
|
||||
'';
|
||||
mode = "0755";
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue