Upgrade to NixOS 23.11

This commit is contained in:
Geoffrey Frogeye 2023-11-30 19:02:32 +01:00
parent bc4676dec0
commit 5ee5e5fc52
Signed by: geoffrey
GPG key ID: C72403E7F82E6AD8
6 changed files with 12 additions and 13 deletions

View file

@ -1,7 +1,7 @@
{ pkgs, config, ... }:
{
imports = [
"${builtins.fetchTarball "https://github.com/nix-community/home-manager/archive/release-23.05.tar.gz"}/nixos"
<home-manager/nixos>
];
users.users.geoffrey = {