mirror of
https://github.com/nickolaj-jepsen/nixos.git
synced 2026-01-22 16:16:50 +01:00
16 lines
347 B
Nix
16 lines
347 B
Nix
{
|
|
imports = [
|
|
./hardware/monitors.nix
|
|
./hardware/audio.nix
|
|
./desktop/fonts.nix
|
|
./desktop/fireproof-shell.nix
|
|
./desktop/greetd.nix
|
|
./desktop/hyprland/default.nix
|
|
./desktop/walker/default.nix
|
|
./desktop/gtk/default.nix
|
|
./apps/spotify.nix
|
|
./apps/firefox.nix
|
|
./apps/ghostty.nix
|
|
./apps/slack.nix
|
|
];
|
|
}
|