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";
|
# nixos-hardware.url = "github:NixOS/nixos-hardware/master";
|
||||||
|
|
||||||
# hyprland flake
|
# hyprland flake
|
||||||
hyprland.url = "github:hyprwm/Hyprland";
|
# hyprland.url = "github:hyprwm/Hyprland";
|
||||||
|
|
||||||
# Encrypted secrets in Nix configuration files
|
# Encrypted secrets in Nix configuration files
|
||||||
# https://github.com/Mic92/sops-nix
|
# https://github.com/Mic92/sops-nix
|
||||||
|
@ -40,7 +40,7 @@
|
||||||
nur,
|
nur,
|
||||||
sops-nix,
|
sops-nix,
|
||||||
# nixos-hardware,
|
# nixos-hardware,
|
||||||
hyprland,
|
# hyprland,
|
||||||
...
|
...
|
||||||
}@inputs:
|
}@inputs:
|
||||||
let
|
let
|
||||||
|
@ -109,15 +109,15 @@
|
||||||
}; # lib.nixosSystem - ${hostname}
|
}; # lib.nixosSystem - ${hostname}
|
||||||
}; # nixosConfiguration
|
}; # nixosConfiguration
|
||||||
|
|
||||||
# Import hyprland configs for home manager
|
# # Import hyprland configs for home manager
|
||||||
homeConfigurations."albert@${hostname}" = home-manager.lib.homeManagerConfiguration {
|
# homeConfigurations."albert@${hostname}" = home-manager.lib.homeManagerConfiguration {
|
||||||
modules = [
|
# modules = [
|
||||||
hyprland.homeManagerModules.default {
|
# hyprland.homeManagerModules.default {
|
||||||
import = [
|
# import = [
|
||||||
./hosts/${hostname}/desktops/hyprland-conf.nix
|
# ./hosts/${hostname}/desktops/hyprland-conf.nix
|
||||||
];
|
# ];
|
||||||
}
|
# }
|
||||||
];
|
# ];
|
||||||
};
|
# };
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue