mirror of
https://github.com/Gerg-L/nixos.git
synced 2025-12-10 00:43:56 -05:00
don't set trusted-users AND allowed-users
allowed-users will override trusted-users
This commit is contained in:
parent
dc2db4a9bc
commit
50c3198e03
6 changed files with 29 additions and 23 deletions
|
|
@ -2,13 +2,9 @@
|
|||
pkgs,
|
||||
settings,
|
||||
...
|
||||
}: let
|
||||
mpkgs = import master {
|
||||
inherit (pkgs) system;
|
||||
};
|
||||
in {
|
||||
}:{
|
||||
environment.systemPackages = [
|
||||
mpkgs.maim #screenshooter
|
||||
master.legacyPackages.${pkgs.system}.maim #screenshooter
|
||||
pkgs.brightnessctl #brightness control for laptop
|
||||
pkgs.playerctl #music control
|
||||
pkgs.xclip
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue