Move common desktop packages to common.nix

This commit is contained in:
Evie Litherland-Smith 2023-04-03 11:54:36 +01:00
parent 19b02dba5c
commit 6595785e62
2 changed files with 6 additions and 3 deletions

View file

@ -1,5 +1,10 @@
{ config, pkgs, ... }: { pkgs, ... }:
{ {
environment.systemPackages = with pkgs; [
catppuccin-gtk
catppuccin-cursors.macchiatoDark
];
# Enable CUPS to print documents. # Enable CUPS to print documents.
services.printing.enable = true; services.printing.enable = true;

View file

@ -15,8 +15,6 @@
environment.systemPackages = with pkgs; [ environment.systemPackages = with pkgs; [
libsForQt5.lightly libsForQt5.lightly
catppuccin-kde catppuccin-kde
catppuccin-gtk
catppuccin-cursors.macchiatoDark
]; ];
# Configure keymap in X11 # Configure keymap in X11