26 lines
No EOL
537 B
Nix
26 lines
No EOL
537 B
Nix
{ ... }:
|
|
{
|
|
imports = [
|
|
./system.nix
|
|
./home-manager.nix
|
|
./stuff/ssh.nix
|
|
./stuff/alacritty.nix
|
|
./stuff/dunst.nix
|
|
./stuff/firefox.nix
|
|
./stuff/fish.nix
|
|
./stuff/flameshot.nix
|
|
./stuff/git.nix
|
|
./stuff/i3.nix
|
|
./stuff/autorandr.nix
|
|
./stuff/sddm.nix
|
|
./stuff/thunar.nix
|
|
./stuff/vim.nix
|
|
./stuff/xserver.nix
|
|
./stuff/documentation.nix
|
|
./stuff/theme.nix
|
|
./stuff/printing.nix
|
|
./stuff/gaming.nix
|
|
./stuff/other-desktop-programs.nix
|
|
./stuff/other-dev-programs.nix
|
|
];
|
|
} |