Evie Litherland-Smith
522f2fa91c
Remove fonts and scheme from base system, update uses of to point to stylix instead. Remove some left over files from the earlier rearrange. Disable waybar stylix target - TODO write a custom moustache at some point to re-enable with my custom style
11 lines
221 B
Nix
11 lines
221 B
Nix
{ inputs, ... }:
|
|
{
|
|
imports = [
|
|
inputs.nix-index-database.hmModules.nix-index
|
|
./shell/default.nix
|
|
./services/password-store/default.nix
|
|
./scripts/default.nix
|
|
];
|
|
programs.home-manager.enable = true;
|
|
}
|