bump home.stateVersion to 26.05

This commit is contained in:
Keisuke Hirata 2026-05-29 10:10:37 +09:00
parent b8523d9cc2
commit 50901f6810
No known key found for this signature in database
4 changed files with 7 additions and 10 deletions

View File

@ -1,5 +1,6 @@
{ {
programs.firefox = { programs.firefox = {
enable = true; enable = true;
}; configPath = ".mozilla/firefox";
};
} }

View File

@ -5,7 +5,7 @@
... ...
}: }:
{ {
home.stateVersion = "25.05"; home.stateVersion = "26.05";
imports = [ imports = [
inputs.nix-index-database.homeModules.nix-index inputs.nix-index-database.homeModules.nix-index
../../../home-manager/tofi.nix ../../../home-manager/tofi.nix

View File

@ -1,6 +1,6 @@
{ pkgs, ... }: { pkgs, ... }:
{ {
home.stateVersion = "25.05"; home.stateVersion = "26.05";
imports = [ imports = [
../../../home-manager/direnv.nix ../../../home-manager/direnv.nix
../../../home-manager/wezterm ../../../home-manager/wezterm

View File

@ -5,7 +5,7 @@
... ...
}: }:
{ {
home.stateVersion = "25.05"; home.stateVersion = "26.05";
imports = [ imports = [
../../../home-manager/hyprland ../../../home-manager/hyprland
../../../home-manager/tofi.nix ../../../home-manager/tofi.nix
@ -18,11 +18,7 @@
hare.hyprland = { hare.hyprland = {
style = import ../../../home-manager/hyprland/styles/thin.nix { inherit lib; }; style = import ../../../home-manager/hyprland/styles/thin.nix { inherit lib; };
input.sensitivity = -0.6; input.sensitivity = -0.6;
<<<<<<< Updated upstream
wallpaperCommand = "awww img /usr/share/wallpaper/"; wallpaperCommand = "awww img /usr/share/wallpaper/";
=======
wallpaperCommand = "swww img /usr/share/wallpaper/001.png";
>>>>>>> Stashed changes
}; };
home.packages = with pkgs; [ home.packages = with pkgs; [
vivaldi vivaldi