Refactor directory structure
This commit is contained in:
@@ -22,7 +22,7 @@
|
||||
'';
|
||||
imports = [
|
||||
# modules/hyprland.nix
|
||||
modules/home-manager-common.nix
|
||||
./common.nix
|
||||
];
|
||||
xdg.enable = true;
|
||||
programs.nix-index.enable = true;
|
||||
|
||||
@@ -36,8 +36,8 @@
|
||||
* ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIH8P/3yzsruekSaZ9b+yk429VTcfCtI1j8jnkNbPAgnr th3r00t@nixos
|
||||
'';
|
||||
imports = [
|
||||
modules/hyprland.nix
|
||||
modules/home-manager-common.nix
|
||||
../modules/hyprland.nix
|
||||
./common.nix
|
||||
];
|
||||
xdg = {
|
||||
enable = true;
|
||||
|
||||
Reference in New Issue
Block a user