Jan Bulthuis 1b4f8911fd Progress
2024-07-18 06:08:27 +02:00

20 lines
363 B
Nix

{ input, pkgs, config, ... }:
{
# Set the state version
home.stateVersion = "24.05";
imports = [
# Import all modules
./desktop/default.nix
./feishin/default.nix
./firefox/default.nix
./obsidian/default.nix
./shell/bash.nix
./shell/fish.nix
./theming/default.nix
./vscode/default.nix
./zathura/default.nix
];
}