test
This commit is contained in:
parent
db298a415e
commit
31acd23e06
1 changed files with 12 additions and 12 deletions
24
flake.nix
24
flake.nix
|
@ -24,7 +24,7 @@
|
|||
# nixos-hardware.url = "github:NixOS/nixos-hardware/master";
|
||||
|
||||
# hyprland flake
|
||||
hyprland.url = "github:hyprwm/Hyprland";
|
||||
# hyprland.url = "github:hyprwm/Hyprland";
|
||||
|
||||
# Encrypted secrets in Nix configuration files
|
||||
# https://github.com/Mic92/sops-nix
|
||||
|
@ -40,7 +40,7 @@
|
|||
nur,
|
||||
sops-nix,
|
||||
# nixos-hardware,
|
||||
hyprland,
|
||||
# hyprland,
|
||||
...
|
||||
}@inputs:
|
||||
let
|
||||
|
@ -109,15 +109,15 @@
|
|||
}; # lib.nixosSystem - ${hostname}
|
||||
}; # nixosConfiguration
|
||||
|
||||
# Import hyprland configs for home manager
|
||||
homeConfigurations."albert@${hostname}" = home-manager.lib.homeManagerConfiguration {
|
||||
modules = [
|
||||
hyprland.homeManagerModules.default {
|
||||
import = [
|
||||
./hosts/${hostname}/desktops/hyprland-conf.nix
|
||||
];
|
||||
}
|
||||
];
|
||||
};
|
||||
# # Import hyprland configs for home manager
|
||||
# homeConfigurations."albert@${hostname}" = home-manager.lib.homeManagerConfiguration {
|
||||
# modules = [
|
||||
# hyprland.homeManagerModules.default {
|
||||
# import = [
|
||||
# ./hosts/${hostname}/desktops/hyprland-conf.nix
|
||||
# ];
|
||||
# }
|
||||
# ];
|
||||
# };
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue