README
This commit is contained in:
parent
39db3d09e9
commit
30cad71684
3 changed files with 7 additions and 6 deletions
|
@ -8,6 +8,7 @@ nixos-rebuild switch --flake '/etc/nixos#<HOSTNAME>'
|
||||||
|
|
||||||
---
|
---
|
||||||
# To Do List
|
# To Do List
|
||||||
|
* [ ] set up pinentry on awesome-hyprland
|
||||||
* [ ] Remove rofi alt-tab shortcuts. Find another alternative
|
* [ ] Remove rofi alt-tab shortcuts. Find another alternative
|
||||||
* [ ] swayosd
|
* [ ] swayosd
|
||||||
* [ ] wayprompt
|
* [ ] wayprompt
|
||||||
|
|
|
@ -84,16 +84,16 @@
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
"locked": {
|
"locked": {
|
||||||
"lastModified": 1691963086,
|
"lastModified": 1692763155,
|
||||||
"narHash": "sha256-OHpCjDC9jsMDzyNJslJUeONaNkSDQA5t7qGpurVsVww=",
|
"narHash": "sha256-qMrGKZ8c/q/mHO3ZdrcBPwiVVXPLLgXjY98Ejqb5kAA=",
|
||||||
"owner": "nix-community",
|
"owner": "nix-community",
|
||||||
"repo": "home-manager",
|
"repo": "home-manager",
|
||||||
"rev": "7f351e2993ed170dd9b8521a9e41f4d91d9b9c5d",
|
"rev": "6a20e40acaebf067da682661aa67da8b36812606",
|
||||||
"type": "github"
|
"type": "github"
|
||||||
},
|
},
|
||||||
"original": {
|
"original": {
|
||||||
"owner": "nix-community",
|
"owner": "nix-community",
|
||||||
"ref": "release-23.05",
|
"ref": "master",
|
||||||
"repo": "home-manager",
|
"repo": "home-manager",
|
||||||
"type": "github"
|
"type": "github"
|
||||||
}
|
}
|
||||||
|
|
|
@ -2,7 +2,7 @@
|
||||||
description = "NixOS System Config";
|
description = "NixOS System Config";
|
||||||
inputs = {
|
inputs = {
|
||||||
nixpkgs.url = "nixpkgs/nixos-unstable"; # NixOS packages
|
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";
|
home-manager.inputs.nixpkgs.follows = "nixpkgs";
|
||||||
lanzaboote.url = "github:nix-community/lanzaboote"; # Secureboot Configuration
|
lanzaboote.url = "github:nix-community/lanzaboote"; # Secureboot Configuration
|
||||||
lanzaboote.inputs.nixpkgs.follows = "nixpkgs";
|
lanzaboote.inputs.nixpkgs.follows = "nixpkgs";
|
||||||
|
@ -15,7 +15,7 @@
|
||||||
let
|
let
|
||||||
inherit (self) outputs;
|
inherit (self) outputs;
|
||||||
stateVersion = "unstable";
|
stateVersion = "unstable";
|
||||||
hmStateVersion = "23.05";
|
hmStateVersion = "23.11";
|
||||||
libx = import ./lib { inherit inputs outputs stateVersion hmStateVersion; };
|
libx = import ./lib { inherit inputs outputs stateVersion hmStateVersion; };
|
||||||
in {
|
in {
|
||||||
nixosConfigurations = {
|
nixosConfigurations = {
|
||||||
|
|
Loading…
Reference in a new issue