nixos-config/profiles/desktop.nix

40 lines
474 B
Nix
Raw Normal View History

2021-02-07 02:38:11 +03:00
{ inputs, ... }: {
imports = with inputs.self.nixosModules; [
./base.nix
inputs.base16.hmModule
applications
filesystems
hardware
power
samba
services
sound
themes
virtualisation
wireguard
xserver
alacritty
kitty
mpv
packages
rofi
2021-02-17 01:00:52 +03:00
spotify
2021-02-07 02:38:11 +03:00
urxvt
vscode
cursor
dunst
fonts
gtk
i3
i3status-rust
kde
light
picom
2021-03-17 23:06:12 +03:00
# pulseeffects
2021-02-07 02:38:11 +03:00
xresources
];
}