bump home.stateVersion to 26.05
This commit is contained in:
parent
b8523d9cc2
commit
50901f6810
|
|
@ -1,5 +1,6 @@
|
|||
{
|
||||
programs.firefox = {
|
||||
programs.firefox = {
|
||||
enable = true;
|
||||
};
|
||||
configPath = ".mozilla/firefox";
|
||||
};
|
||||
}
|
||||
|
|
|
|||
|
|
@ -5,7 +5,7 @@
|
|||
...
|
||||
}:
|
||||
{
|
||||
home.stateVersion = "25.05";
|
||||
home.stateVersion = "26.05";
|
||||
imports = [
|
||||
inputs.nix-index-database.homeModules.nix-index
|
||||
../../../home-manager/tofi.nix
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
{ pkgs, ... }:
|
||||
{
|
||||
home.stateVersion = "25.05";
|
||||
home.stateVersion = "26.05";
|
||||
imports = [
|
||||
../../../home-manager/direnv.nix
|
||||
../../../home-manager/wezterm
|
||||
|
|
|
|||
|
|
@ -5,7 +5,7 @@
|
|||
...
|
||||
}:
|
||||
{
|
||||
home.stateVersion = "25.05";
|
||||
home.stateVersion = "26.05";
|
||||
imports = [
|
||||
../../../home-manager/hyprland
|
||||
../../../home-manager/tofi.nix
|
||||
|
|
@ -18,11 +18,7 @@
|
|||
hare.hyprland = {
|
||||
style = import ../../../home-manager/hyprland/styles/thin.nix { inherit lib; };
|
||||
input.sensitivity = -0.6;
|
||||
<<<<<<< Updated upstream
|
||||
wallpaperCommand = "awww img /usr/share/wallpaper/";
|
||||
=======
|
||||
wallpaperCommand = "swww img /usr/share/wallpaper/001.png";
|
||||
>>>>>>> Stashed changes
|
||||
};
|
||||
home.packages = with pkgs; [
|
||||
vivaldi
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user