move common software into separate file
This commit is contained in:
parent
cb3beda6b0
commit
dc80560082
3 changed files with 17 additions and 40 deletions
|
@ -1,22 +1,16 @@
|
|||
{ config, pkgs, ... }: {
|
||||
|
||||
imports = [
|
||||
./desktop-software.nix
|
||||
];
|
||||
environment.systemPackages = with pkgs; [
|
||||
amberol
|
||||
celluloid
|
||||
dino
|
||||
firefox-wayland
|
||||
fluffychat
|
||||
gnome-console
|
||||
gnome.gnome-boxes
|
||||
gnome.gnome-terminal
|
||||
gnome.gnome-tweaks
|
||||
nextcloud-client
|
||||
pulseaudioFull
|
||||
qbittorrent
|
||||
screen-message
|
||||
signal-desktop
|
||||
tdesktop
|
||||
wl-clipboard
|
||||
];
|
||||
|
||||
environment.gnome.excludePackages = with pkgs; [
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue