Refactoring

This commit is contained in:
2026-04-08 16:52:16 +02:00
parent 300c9ca5b2
commit dbb14af6c8
3 changed files with 12 additions and 12 deletions

View File

@@ -2,7 +2,7 @@
{ {
imports = [ imports = [
./hyprland/hypr/hyprland.nix ./modules/hyprland.nix
]; ];
home = { home = {
username = "typo"; username = "typo";

View File

@@ -1,11 +0,0 @@
{
imports = [
./hypridle.nix
./hyprlock.nix
../raw/fuzzel.nix
../raw/kitty.nix
../scripts/powermenu.nix
../scripts/screenshot.nix
../scripts/themeswitch.nix
];
}

11
modules/hyprland.nix Normal file
View File

@@ -0,0 +1,11 @@
{
imports = [
../hyprland/hypr/hypridle.nix
../hyprland/hypr/hyprlock.nix
../hyprland/raw/fuzzel.nix
../hyprland/raw/kitty.nix
../hyprland/scripts/powermenu.nix
../hyprland/scripts/screenshot.nix
../hyprland/scripts/themeswitch.nix
];
}