nixos-config/profiles/desktop.nix

34 lines
394 B
Nix
Raw Normal View History

2021-01-21 22:13:53 +04:00
{ inputs, ... }: {
imports = with inputs.self.nixosModules; [
./base.nix
applications
2021-03-27 13:32:40 +04:00
ezwg
2021-01-21 22:13:53 +04:00
hardware
power
themes
virtualisation
alacritty
emacs
firefox
geary
2021-05-25 15:04:21 +04:00
himalaya
2021-06-08 20:35:21 +04:00
nheko
2021-01-21 22:13:53 +04:00
packages
yt-utilities
cursor
fonts
gnome3
gtk
i3blocks
kde
light
mako
simple-osd-daemons
sway
xresources
];
}