ref: nixos config

This commit is contained in:
Léana 江 2023-12-25 21:39:46 +01:00 committed by Léana 江
parent ad31348634
commit 934c47c26a
10 changed files with 115 additions and 132 deletions

16
nix/home/gui.nix Normal file
View file

@ -0,0 +1,16 @@
{pkgs, wired, ...}: {
home.packages = with pkgs; [
# Window Manager related
(nerdfonts.override {fonts = ["CascadiaCode" "JetBrainsMono" "Meslo"];})
dmenu
xmobar
scrot
xscreensaver
trayer
xclip
wired.wired
# GUI apps
# discord
];
}