This commit is contained in:
albert 2023-08-24 20:52:02 +09:00
parent 39db3d09e9
commit 30cad71684
3 changed files with 7 additions and 6 deletions

View file

@ -8,6 +8,7 @@ nixos-rebuild switch --flake '/etc/nixos#<HOSTNAME>'
---
# To Do List
* [ ] set up pinentry on awesome-hyprland
* [ ] Remove rofi alt-tab shortcuts. Find another alternative
* [ ] swayosd
* [ ] wayprompt

View file

@ -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"
}

View file

@ -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 = {