Gui Reorg and More Programs
- Gui config reorganization - Enable picom for dwm - Install some utilities like arandr, autorandr, and unclutter-xfixes for dwm - Add nerdfonts for FiraCode - Remove conditional imports list syntax - Add audio tools like playerctl and pavucontrol - Enable polkit and add GNOME polkit - Add more media programs like freecad, audacity, ani-cli, and calibre - Add flameshot
This commit is contained in:
@@ -4,5 +4,6 @@
|
||||
imports = [
|
||||
./firewall.nix
|
||||
./gpg.nix
|
||||
./polkit.nix
|
||||
];
|
||||
}
|
||||
|
8
system/security/polkit.nix
Normal file
8
system/security/polkit.nix
Normal file
@@ -0,0 +1,8 @@
|
||||
{ config, lib, pkgs, ... }:
|
||||
|
||||
{
|
||||
security.polkit.enable = true;
|
||||
environment.systemPackages = with pkgs; [
|
||||
polkit_gnome
|
||||
];
|
||||
}
|
Reference in New Issue
Block a user