diff --git a/README.md b/README.md index 8dcb6f97..c9160bf5 100644 --- a/README.md +++ b/README.md @@ -8,6 +8,7 @@ nixos-rebuild switch --flake '/etc/nixos#' --- # To Do List +* [ ] set up pinentry on awesome-hyprland * [ ] Remove rofi alt-tab shortcuts. Find another alternative * [ ] swayosd * [ ] wayprompt diff --git a/flake.lock b/flake.lock index dec65deb..629036bd 100644 --- a/flake.lock +++ b/flake.lock @@ -84,16 +84,16 @@ ] }, "locked": { - "lastModified": 1691963086, - "narHash": "sha256-OHpCjDC9jsMDzyNJslJUeONaNkSDQA5t7qGpurVsVww=", + "lastModified": 1692763155, + "narHash": "sha256-qMrGKZ8c/q/mHO3ZdrcBPwiVVXPLLgXjY98Ejqb5kAA=", "owner": "nix-community", "repo": "home-manager", - "rev": "7f351e2993ed170dd9b8521a9e41f4d91d9b9c5d", + "rev": "6a20e40acaebf067da682661aa67da8b36812606", "type": "github" }, "original": { "owner": "nix-community", - "ref": "release-23.05", + "ref": "master", "repo": "home-manager", "type": "github" } diff --git a/flake.nix b/flake.nix index 2202a794..8d20adaa 100644 --- a/flake.nix +++ b/flake.nix @@ -2,7 +2,7 @@ description = "NixOS System Config"; inputs = { nixpkgs.url = "nixpkgs/nixos-unstable"; # NixOS packages - home-manager.url = "github:nix-community/home-manager/release-23.05"; # Manage dotfiles in a home directory + home-manager.url = "github:nix-community/home-manager/master"; # Manage dotfiles in a home directory home-manager.inputs.nixpkgs.follows = "nixpkgs"; lanzaboote.url = "github:nix-community/lanzaboote"; # Secureboot Configuration lanzaboote.inputs.nixpkgs.follows = "nixpkgs"; @@ -15,7 +15,7 @@ let inherit (self) outputs; stateVersion = "unstable"; - hmStateVersion = "23.05"; + hmStateVersion = "23.11"; libx = import ./lib { inherit inputs outputs stateVersion hmStateVersion; }; in { nixosConfigurations = {