49 lines
617 B
Nix
49 lines
617 B
Nix
{ inputs, ... }: {
|
|
imports = with inputs.self.nixosModules; with inputs.self.nixosProfiles; [
|
|
./base.nix
|
|
inputs.base16.hmModule
|
|
|
|
applications-setup
|
|
filesystems
|
|
hardware
|
|
mullvad
|
|
samba
|
|
services
|
|
sound
|
|
themes
|
|
virtualisation
|
|
xserver
|
|
|
|
alacritty
|
|
corectrl
|
|
gamemode
|
|
himalaya
|
|
kitty
|
|
mangohud
|
|
mpv
|
|
# ncmpcpp
|
|
packages
|
|
piper
|
|
rofi
|
|
spotify
|
|
steam
|
|
syncthing
|
|
vivaldi
|
|
vscode
|
|
|
|
cursor
|
|
direnv
|
|
fonts
|
|
gtk
|
|
i3status-rust
|
|
kde
|
|
light
|
|
mako
|
|
nix-index
|
|
picom
|
|
print-scan
|
|
tor
|
|
sway
|
|
];
|
|
}
|