organized

This commit is contained in:
kenji
2025-08-13 08:39:37 -05:00
parent 490fb9ba35
commit 9d2d722bc6
5 changed files with 48 additions and 14 deletions
-10
View File
@@ -1,10 +0,0 @@
{
inputs,
self,
pkgs,
...
}: {
imports = [
./desktop.nix
];
}
-3
View File
@@ -32,9 +32,6 @@ in {
};
};
config = mkIf cfg.enable {
imports = lib.optionals cfg.simpleStarship [
../terminal/simple-starship.nix
];
# programs.hyprland = {
# enable = true;
# package = inputs.hyprland.packages.${pkgs.stdenv.hostPlatform.system}.hyprland;