diff options
| author | Kleidi Bujari <mail@4kb.net> | 2025-02-23 14:01:54 -0500 |
|---|---|---|
| committer | Kleidi Bujari <mail@4kb.net> | 2025-02-23 14:01:54 -0500 |
| commit | ce6292c27207a7359e839d870a141b922aeb754e (patch) | |
| tree | e6cab2caee12380358a2ad9677c0f4a5a2759a0f | |
| parent | 68659ecd09a603721b3a937efccbc5e1a4004d12 (diff) | |
| download | depot-ce6292c27207a7359e839d870a141b922aeb754e.tar.gz depot-ce6292c27207a7359e839d870a141b922aeb754e.tar.bz2 depot-ce6292c27207a7359e839d870a141b922aeb754e.zip | |
ibid
| -rw-r--r-- | machines/t1/default.nix | 3 | ||||
| -rw-r--r-- | machines/xnet/desktop/default.nix | 2 |
2 files changed, 4 insertions, 1 deletions
diff --git a/machines/t1/default.nix b/machines/t1/default.nix index 185b339..e68eece 100644 --- a/machines/t1/default.nix +++ b/machines/t1/default.nix @@ -31,6 +31,8 @@ in hostName = "t1"; }; + nixpkgs.config.allowNonFree = true; + programs = { # override default from xnet light.enable = false; @@ -43,6 +45,7 @@ in }; environment.systemPackages = with pkgs; [ + spotify prismlauncher ]; } diff --git a/machines/xnet/desktop/default.nix b/machines/xnet/desktop/default.nix index 04ab804..0063a66 100644 --- a/machines/xnet/desktop/default.nix +++ b/machines/xnet/desktop/default.nix @@ -69,7 +69,7 @@ in noto-fonts-cjk-sans noto-fonts-emoji (nerdfonts.override { fonts = [ "NerdFontsSymbolsOnly" ]; }) - terminus + terminus_font ]; xdg.portal = { |
