add(nixos): xscreensaver for xmonad

This commit is contained in:
Léana 江 2023-12-26 18:06:36 +01:00 committed by Léana 江
parent f4beaf22cb
commit 98d0feb8f0
10 changed files with 118 additions and 34 deletions

View file

@ -1,4 +1,8 @@
{pkgs, wired, ...}: {
{
pkgs,
wired,
...
}: {
home.packages = with pkgs; [
# Window Manager related
(nerdfonts.override {fonts = ["CascadiaCode" "JetBrainsMono" "Meslo"];})
@ -11,6 +15,13 @@
wired.wired
# GUI apps
# discord
# social
discord
element-desktop
# misc
bitwarden
gnome.gnome-terminal
];
}