From b0422f1bc1ffdfc32f621c26ff8091d6817e4e67 Mon Sep 17 00:00:00 2001 From: tzlil Date: Sun, 5 Feb 2023 22:29:24 +0200 Subject: remove password age, add disko config, add vps, trying to get hyprland working --- flake.nix | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) (limited to 'flake.nix') diff --git a/flake.nix b/flake.nix index c99f1a3..8af44de 100644 --- a/flake.nix +++ b/flake.nix @@ -11,10 +11,7 @@ url = "github:nix-community/home-manager"; inputs.nixpkgs.follows = "nixpkgs"; }; - disko = { - url = github:nix-community/disko; - inputs.nixpkgs.follows = "nixpkgs"; - }; + hyprland.url = "github:hyprwm/Hyprland"; }; outputs = inputs@{ self, ... }: let @@ -25,7 +22,7 @@ specialArgs = {inherit inputs;}; }; mkSystem = pkgs: system: h: (mkSystem_ pkgs system h [ - inputs.agenix.nixosModule inputs.impermanence.nixosModules.impermanence inputs.disko.nixosModules.disko + inputs.agenix.nixosModules.age inputs.impermanence.nixosModules.impermanence ]); in { apps = inputs.nixinate.nixinate.x86_64-linux self; -- cgit 1.4.1