diff options
author | Alex Auvolat <alex@adnab.me> | 2023-12-25 20:44:38 +0100 |
---|---|---|
committer | Alex Auvolat <alex@adnab.me> | 2023-12-25 20:44:38 +0100 |
commit | 03e3439e8722077d27b67b51a5e3fda4b79e61af (patch) | |
tree | 811602905663e2ab8cabc5d01d5af7befc1e096f /nixpkgs/Makefile | |
parent | 99905fc68eb6075f8375dc5d6c6932458fff43a2 (diff) | |
download | user-config-03e3439e8722077d27b67b51a5e3fda4b79e61af.tar.gz user-config-03e3439e8722077d27b67b51a5e3fda4b79e61af.zip |
refactor and switch kusanagi to wayfire
Diffstat (limited to 'nixpkgs/Makefile')
-rw-r--r-- | nixpkgs/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/nixpkgs/Makefile b/nixpkgs/Makefile index 2eb8d4a..7d2fb5c 100644 --- a/nixpkgs/Makefile +++ b/nixpkgs/Makefile @@ -1,3 +1,3 @@ all: nixfmt `hostname`.nix - nix run home-manager/release-23.05 -- switch -f `hostname`.nix + nix run home-manager/release-23.11 -- switch -f `hostname`.nix |