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