Modularize programs and add starship
This commit is contained in:
parent
1a0064894d
commit
44ac35d6e2
24 changed files with 646 additions and 530 deletions
|
|
@ -3,6 +3,5 @@
|
|||
./env.nix
|
||||
./xkb_layout.nix
|
||||
./common_hardware.nix
|
||||
./theme.nix
|
||||
];
|
||||
}
|
||||
|
|
|
|||
|
|
@ -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
|
||||
];
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue