nixos-config/profiles/desktop.nix
2021-06-06 10:24:23 +03:00

34 lines
397 B
Nix

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