Reorganize
This commit is contained in:
parent
0ce1331346
commit
b506e8af60
27 changed files with 2045 additions and 98 deletions
14
modules/graphical/packages.nix
Normal file
14
modules/graphical/packages.nix
Normal file
|
@ -0,0 +1,14 @@
|
|||
{pkgs, ...}: {
|
||||
services.xserver.excludePackages = [pkgs.xterm];
|
||||
environment.systemPackages = with pkgs; [
|
||||
tuba
|
||||
ptyxis
|
||||
gapless
|
||||
resources
|
||||
wl-clipboard
|
||||
google-cursor
|
||||
authenticator
|
||||
cinny-desktop
|
||||
papirus-icon-theme
|
||||
];
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue