nixos-config/profiles/desktop.nix

44 lines
522 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
2021-06-16 05:30:04 +03:00
applications-setup
2021-02-07 02:38:11 +03:00
filesystems
hardware
samba
services
sound
themes
virtualisation
wireguard
xserver
alacritty
kitty
2021-06-29 22:29:22 +03:00
mopidy
2021-02-07 02:38:11 +03:00
mpv
2021-06-29 22:29:22 +03:00
ncmpcpp
2021-02-07 02:38:11 +03:00
packages
rofi
2021-02-17 01:00:52 +03:00
spotify
2021-06-29 22:29:22 +03:00
steam
2021-02-07 02:38:11 +03:00
urxvt
2021-06-16 05:30:04 +03:00
vivaldi
2021-02-07 02:38:11 +03:00
vscode
cursor
2021-06-16 05:30:04 +03:00
direnv
2021-02-07 02:38:11 +03:00
dunst
fonts
gtk
i3
i3status-rust
kde
light
picom
2021-06-16 05:30:04 +03:00
print-scan
2021-02-07 02:38:11 +03:00
xresources
];
}