mirror of
https://github.com/thiloho/nixos-config.git
synced 2025-11-22 11:31:36 +01:00
Update state version
This commit is contained in:
@@ -26,6 +26,8 @@
|
|||||||
key = "74F3E176485BE7DA";
|
key = "74F3E176485BE7DA";
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
home.stateVersion = "22.11";
|
||||||
};
|
};
|
||||||
|
system.stateVersion = "22.11";
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
@@ -215,10 +215,7 @@
|
|||||||
};
|
};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
firefox = {
|
firefox.enable = true;
|
||||||
enable = true;
|
|
||||||
package = pkgs.firefox-devedition;
|
|
||||||
};
|
|
||||||
git = {
|
git = {
|
||||||
enable = true;
|
enable = true;
|
||||||
userName = "thiloho";
|
userName = "thiloho";
|
||||||
@@ -240,7 +237,6 @@
|
|||||||
NIXOS_OZONE_WL = "1";
|
NIXOS_OZONE_WL = "1";
|
||||||
EDITOR = "hx";
|
EDITOR = "hx";
|
||||||
};
|
};
|
||||||
stateVersion = "22.11";
|
|
||||||
packages = with pkgs; [
|
packages = with pkgs; [
|
||||||
libreoffice
|
libreoffice
|
||||||
airshipper
|
airshipper
|
||||||
@@ -260,9 +256,8 @@
|
|||||||
grim
|
grim
|
||||||
swappy
|
swappy
|
||||||
kooha
|
kooha
|
||||||
|
ventoy
|
||||||
];
|
];
|
||||||
|
};
|
||||||
};
|
};
|
||||||
};
|
|
||||||
|
|
||||||
system.stateVersion = "22.11";
|
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user