This commit is contained in:
2025-11-24 14:54:18 +09:00
parent ed78a266a5
commit 876e7e8cfe
5 changed files with 18 additions and 17 deletions

View File

@@ -94,6 +94,7 @@
jetbrains-mono
kime
lite
nautilus
];
environment.pathsToLink = [
@@ -118,7 +119,7 @@
# enable = true;
# enableSSHSupport = true;
# };
# programs.niri.enable = true;
#programs.niri.enable = true;
programs.fish.enable = true;
programs.firefox.enable = true;
@@ -154,6 +155,6 @@
# this value at the release version of the first install of this system.
# Before changing this value read the documentation for this option
# (e.g. man configuration.nix or on https://nixos.org/nixos/options.html).
system.stateVersion = "25.05"; # Did you read the comment?
system.stateVersion = "25.11"; # Did you read the comment?
}