diff options
author | polwex <polwex@sortug.com> | 2025-07-06 15:48:43 +0000 |
---|---|---|
committer | polwex <polwex@sortug.com> | 2025-07-06 15:48:43 +0000 |
commit | 93a42a56aa50d00fd2e521acd8213a0dfc3612c9 (patch) | |
tree | d05a79e44b02469fa53629b777590cb3422c1853 /hosts/local/s15/configuration.nix | |
parent | 20b769da0c2d91ef9ff1a804eb050615e6de7e15 (diff) |
ms15
Diffstat (limited to 'hosts/local/s15/configuration.nix')
-rw-r--r-- | hosts/local/s15/configuration.nix | 30 |
1 files changed, 16 insertions, 14 deletions
diff --git a/hosts/local/s15/configuration.nix b/hosts/local/s15/configuration.nix index ae594de..20efcb5 100644 --- a/hosts/local/s15/configuration.nix +++ b/hosts/local/s15/configuration.nix @@ -7,17 +7,19 @@ inputs, pkgs, ... -}: let - wrappers = - inputs.wrapper-manager.lib.build - { - inherit pkgs; - modules = [ - ../../../wrappers/aerc - ../../../wrappers/zellij - ]; - }; -in { +}: +# let +# wrappers = +# inputs.wrapper-manager.lib.build +# { +# inherit pkgs; +# modules = [ +# ../../../wrappers/aerc +# ../../../wrappers/zellij +# ]; +# }; +# in +{ nixpkgs.config = { allowUnfree = true; allowUnfreePredicate = _: true; @@ -31,12 +33,12 @@ in { ../../editors.nix ../../pkgs.nix ../../server.nix - ../../gpg.nix - ./gui.nix + # ../../gpg.nix ]; environment.systemPackages = [ - wrappers + # wrappers pkgs.superhtml + pkgs.broken-sword-25 ]; # This value determines the NixOS release from which the default # settings for stateful data, like file locations and database versions |