Re-organise system packages
Move some desktop-specific packages to the desktop list.
This commit is contained in:
parent
61838245e0
commit
7118326ec4
1 changed files with 8 additions and 8 deletions
|
@ -109,28 +109,28 @@ in {
|
||||||
# $ nix search wget
|
# $ nix search wget
|
||||||
environment.systemPackages = with pkgs;
|
environment.systemPackages = with pkgs;
|
||||||
[
|
[
|
||||||
brightnessctl
|
|
||||||
configure-gtk
|
|
||||||
ddev
|
ddev
|
||||||
ffmpegthumbnailer
|
|
||||||
mkcert
|
mkcert
|
||||||
shotwell
|
|
||||||
xfce.thunar
|
|
||||||
xfce.thunar-volman
|
|
||||||
xfce.tumbler
|
|
||||||
] ++ pkgs.lib.optionals desktop [
|
] ++ pkgs.lib.optionals desktop [
|
||||||
acpi
|
acpi
|
||||||
arandr
|
arandr
|
||||||
|
brightnessctl
|
||||||
|
configure-gtk
|
||||||
dunst
|
dunst
|
||||||
|
ffmpegthumbnailer
|
||||||
libnotify
|
libnotify
|
||||||
obsidian
|
obsidian
|
||||||
pocket-casts
|
pocket-casts
|
||||||
rclone
|
rclone
|
||||||
rclone-browser
|
rclone-browser
|
||||||
|
shotwell
|
||||||
spotify
|
spotify
|
||||||
teams-for-linux
|
teams-for-linux
|
||||||
todoist-electron
|
todoist-electron
|
||||||
vscode
|
vscode
|
||||||
|
xfce.thunar
|
||||||
|
xfce.thunar-volman
|
||||||
|
xfce.tumbler
|
||||||
|
|
||||||
# Games.
|
# Games.
|
||||||
zeroad
|
zeroad
|
||||||
|
@ -182,7 +182,7 @@ in {
|
||||||
fonts = {
|
fonts = {
|
||||||
fontconfig = {
|
fontconfig = {
|
||||||
enable = true;
|
enable = true;
|
||||||
defaultFonts = { monospace = [ "JetBrainsMono Nerd Font Mono" ]; };
|
defaultFonts = { monospace = [ theme.fonts.monospace.name ]; };
|
||||||
};
|
};
|
||||||
|
|
||||||
packages = with pkgs;
|
packages = with pkgs;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue