fa-t14-2025: update to nixos 26.05

Includes corresponding updates to home/hypr and home/waybar
This commit is contained in:
2026-06-14 20:34:31 +02:00
parent d49be9609a
commit 6999e39aa6
5 changed files with 104 additions and 49 deletions
+17 -10
View File
@@ -1,12 +1,16 @@
{ config, pkgs, lib, ... }:
{
config,
pkgs,
lib,
...
}:
{
imports =
[
../../base.nix
./hardware-configuration.nix
imports = [
../../base.nix
./hardware-configuration.nix
./desktop.nix
./desktop.nix
];
networking = {
@@ -49,10 +53,13 @@
console.keyMap = "no";
nixpkgs.config = {
allowUnfreePredicate = pkg: builtins.elem (lib.getName pkg) [
"securecrt"
"securefx"
];
allowUnfreePredicate =
pkg:
builtins.elem (lib.getName pkg) [
"microsoft-edge"
"securecrt"
"securefx"
];
};
system.stateVersion = "25.05";