nixos-config/profiles/desktop.nix

34 lines
396 B
Nix
Raw Normal View History

2021-01-21 22:13:53 +04:00
{ inputs, ... }: {
imports = with inputs.self.nixosModules; [
./base.nix
applications
hardware
power
services
themes
virtualisation
alacritty
emacs
firefox
geary
packages
weechat
yt-utilities
cursor
fonts
gnome3
gtk
i3blocks
kde
light
mako
misc
simple-osd-daemons
sway
xresources
];
}