nixos-config/profiles/desktop.nix

35 lines
409 B
Nix

{ inputs, ... }: {
imports = with inputs.self.nixosModules; [
./base.nix
applications
ezwg
hardware
power
services
themes
virtualisation
alacritty
emacs
firefox
geary
himalaya
packages
weechat
yt-utilities
cursor
fonts
gnome3
gtk
i3blocks
kde
light
mako
simple-osd-daemons
sway
xresources
];
}