Move common desktop packages to common.nix
This commit is contained in:
parent
19b02dba5c
commit
6595785e62
|
@ -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;
|
||||||
|
|
||||||
|
|
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue