fix: btop config

This commit is contained in:
DACHXY 2025-01-03 20:08:29 +08:00
parent 5951b04024
commit 43bb08b86d
6 changed files with 25 additions and 45 deletions

View file

@ -1,7 +1,10 @@
{ pkgs, ... }:
{
environment.systemPackages = with pkgs; [ polkit polkit_gnome ];
environment.systemPackages = with pkgs; [
polkit
polkit_gnome
];
# polkit-gnome execution is handled by Hyprland exec.nix
# as hyprland do not cooperate with graphical-session.target
services.gnome.gnome-keyring.enable = true;