tsuki: use hyprland flake
All checks were successful
ci/woodpecker/push/checks Pipeline was successful

This commit is contained in:
notohh 2023-08-29 17:49:30 -04:00
parent 0a03e473da
commit a7b6b59c01
Signed by: notohh
GPG key ID: BD47506D475EE86D

View file

@ -2,7 +2,7 @@ inputs: let
system = "x86_64-linux";
sopsModule = inputs.sops-nix.nixosModules.sops;
hmModule = inputs.home-manager.nixosModules.home-manager;
diskoModule = inputs.disko.nixosModules.disko;
hyprlandModule = inputs.hyprland.homeManagerModules.default;
ironbarModule = inputs.ironbar.homeManagerModules.default;
atticdModule = inputs.attic.nixosModules.atticd;
inherit (inputs.nixpkgs.lib) nixosSystem;
@ -13,7 +13,6 @@ in {
modules = [
./tsuki
sopsModule
diskoModule
hmModule
{
home-manager = {
@ -23,6 +22,7 @@ in {
users.notoh = {
imports = [
./tsuki/home.nix
hyprlandModule
ironbarModule
];
};
@ -36,7 +36,6 @@ in {
modules = [
./sakura
sopsModule
diskoModule
hmModule
atticdModule
{
@ -58,7 +57,6 @@ in {
modules = [
./kariru
sopsModule
diskoModule
hmModule
{
home-manager = {
@ -79,7 +77,6 @@ in {
modules = [
./yuki
sopsModule
diskoModule
hmModule
{
home-manager = {
@ -100,7 +97,6 @@ in {
modules = [
./ame
sopsModule
diskoModule
hmModule
{
home-manager = {