fa-t14-2025: update to nixos 26.05
Includes corresponding updates to home/hypr and home/waybar
This commit is contained in:
@@ -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";
|
||||
|
||||
Reference in New Issue
Block a user