Refactoring
This commit is contained in:
2
home.nix
2
home.nix
@@ -2,7 +2,7 @@
|
|||||||
|
|
||||||
{
|
{
|
||||||
imports = [
|
imports = [
|
||||||
./hyprland/hypr/hyprland.nix
|
./modules/hyprland.nix
|
||||||
];
|
];
|
||||||
home = {
|
home = {
|
||||||
username = "typo";
|
username = "typo";
|
||||||
|
|||||||
@@ -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
11
modules/hyprland.nix
Normal 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
|
||||||
|
];
|
||||||
|
}
|
||||||
Reference in New Issue
Block a user