make use of systemPackage

This commit is contained in:
Moritz Böhme 2022-10-06 20:32:21 +02:00
parent aa42f6678e
commit 85de3b3ac6
No known key found for this signature in database
GPG key ID: 970C6E89EB0547A9
8 changed files with 97 additions and 103 deletions

View file

@ -80,16 +80,15 @@ in
WantedBy = [ "graphical-session.target" ];
};
};
home.packages = with pkgs; [
bc # HACK to get bsp-layout to work
brightnessctl
bsp-layout
feh
pamixer
playerctl
synology-drive-client
];
};
environment.systemPackages = with pkgs; [
bc # HACK to get bsp-layout to work
brightnessctl
bsp-layout
feh
pamixer
playerctl
synology-drive-client
];
};
}