Add polkit support
This commit is contained in:
parent
f4ffca3fc8
commit
e174c88c13
3 changed files with 10 additions and 10 deletions
|
|
@ -1,25 +1,19 @@
|
|||
# Edit this configuration file to define what should be installed on
|
||||
# your system. Help is available in the configuration.nix(5) man page
|
||||
# and in the NixOS manual (accessible by running ‘nixos-help’).
|
||||
|
||||
{ config, pkgs, ... }:
|
||||
{
|
||||
nix.package = pkgs.nixUnstable;
|
||||
imports =
|
||||
[
|
||||
# System essentials (boot, lang, hostname, ...)
|
||||
../../modules/system
|
||||
|
||||
../../modules/user
|
||||
|
||||
../../modules/themeing
|
||||
|
||||
../../modules/audio/pipewire
|
||||
../../modules/login/polkit
|
||||
../../modules/system
|
||||
../../modules/user
|
||||
|
||||
../../modules/shell/xonsh
|
||||
../../modules/network/browsers/librewolf
|
||||
../../modules/network/syncthing
|
||||
|
||||
../../modules/themeing
|
||||
../../modules/login/greetd
|
||||
../../modules/window_managers/hyprland
|
||||
];
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue