From 3edf5ed44d2a8ba44fa4a74c8a910f6e92cce1da Mon Sep 17 00:00:00 2001 From: Kate Adkins Date: Sat, 16 Nov 2024 20:23:55 -0700 Subject: [PATCH] valere: updates; and add talon basics --- nixos/configs/dotfiles/talon.hm.nix | 12 ++++++++---- nixos/hosts/valere.nix | 2 ++ nixos/packages/gui.pkgs.nix | 2 +- wezterm/wezterm.lua | 2 +- 4 files changed, 12 insertions(+), 6 deletions(-) diff --git a/nixos/configs/dotfiles/talon.hm.nix b/nixos/configs/dotfiles/talon.hm.nix index 27bbdfb..c0ad6fe 100644 --- a/nixos/configs/dotfiles/talon.hm.nix +++ b/nixos/configs/dotfiles/talon.hm.nix @@ -1,16 +1,20 @@ -{ pkgs, config, ... }: +{ pkgs, ... }: { # talon configuration home.file.".talon/user".source = ../../../talon; # talon -program- - home.file.".talon/core".source = fetchTarball { - url = "https://talonvoice.com/dl/latest/talon-linux.tar.xz"; - sha256 = "0n7538lq79wwh0djihpkhin3iqmvrmsws16dhfmck65kk67jj4wl"; + home.file.".talon/core" = { + enable = pkgs.stdenv.isLinux; + source = fetchTarball { + url = "https://talonvoice.com/dl/latest/talon-linux.tar.xz"; + sha256 = "0n7538lq79wwh0djihpkhin3iqmvrmsws16dhfmck65kk67jj4wl"; + }; }; # talon -runner- home.file.".talon/bin/talon" = { + enable = pkgs.stdenv.isLinux; executable = true; text = '' #!${pkgs.bash}/bin/bash diff --git a/nixos/hosts/valere.nix b/nixos/hosts/valere.nix index 4573905..6051f10 100644 --- a/nixos/hosts/valere.nix +++ b/nixos/hosts/valere.nix @@ -88,6 +88,8 @@ hardware.nvidia.prime.sync.enable = lib.mkForce false; }; + # Provide memtest86, since that's nice. + boot.loader.systemd-boot.memtest86.enable = true; # # Hardware config. diff --git a/nixos/packages/gui.pkgs.nix b/nixos/packages/gui.pkgs.nix index 0863036..0f38465 100644 --- a/nixos/packages/gui.pkgs.nix +++ b/nixos/packages/gui.pkgs.nix @@ -66,7 +66,7 @@ with pkgs; pavucontrol deprekages.argos tidal-hifi - #steam + steam vlc ] diff --git a/wezterm/wezterm.lua b/wezterm/wezterm.lua index 5c7faf9..147728a 100644 --- a/wezterm/wezterm.lua +++ b/wezterm/wezterm.lua @@ -208,7 +208,7 @@ config = { font_overrides = { miko = 16, hinata = 16, - valere = 13, + valere = 12, utol = 13, trailblazer = 12, kanbaru = 12,