Modularize programs and add starship

This commit is contained in:
DashieTM 2024-08-06 12:40:16 +02:00
parent 1a0064894d
commit 44ac35d6e2
24 changed files with 646 additions and 530 deletions

View file

@ -3,6 +3,5 @@
./env.nix
./xkb_layout.nix
./common_hardware.nix
./theme.nix
];
}

View file

@ -1,8 +0,0 @@
{ lib, config, ... }: {
# imports = lib.mkIf config.conf.default_base_packages.enable [
imports = [
# is wrapped in if statement to enable when needed
../programs/gaming/default.nix
../programs/themes/stylix.nix
];
}