Skip to content

Commit

Permalink
hyprland: add security.soteria.enable from master
Browse files Browse the repository at this point in the history
update flake, remove pantheon-polkit agent
  • Loading branch information
JohnRTitor committed Nov 15, 2024
1 parent 1780cb2 commit 6b71ccf
Show file tree
Hide file tree
Showing 3 changed files with 68 additions and 71 deletions.
135 changes: 65 additions & 70 deletions flake.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions modules-overlays/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,6 @@
imports = [
#./amdgpu.nix # import modules here to test
"${inputs.nixpkgs-scx-test}/nixos/modules/services/scheduling/scx.nix"
"${inputs.nixpkgs-master}/nixos/modules/security/soteria.nix"
];
}
3 changes: 2 additions & 1 deletion system/hyprland/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,6 @@ in {
pamixer
pavucontrol # audio control
playerctl # media player control
pantheon.pantheon-agent-polkit # polkit agent for root prompt
# POLKIT service is manually started
# as defined in Hyprland-Dots repo
rofi-wayland # app launcher
Expand Down Expand Up @@ -157,6 +156,8 @@ in {
inputs.rose-pine-hyprcursor.packages.${pkgs.system}.default
];

security.soteria.enable = true; # soteria graphical polkit agent

# Environment variables to start the session with
environment.sessionVariables = {
GSETTINGS_SCHEMA_DIR = "${pkgs.gsettings-desktop-schemas}/share/gsettings-schemas/${pkgs.gsettings-desktop-schemas.name}/glib-2.0/schemas";
Expand Down

0 comments on commit 6b71ccf

Please sign in to comment.