valere: updates; and add talon basics
This commit is contained in:
parent
bae380fdd3
commit
3edf5ed44d
4 changed files with 12 additions and 6 deletions
|
@ -1,16 +1,20 @@
|
||||||
{ pkgs, config, ... }:
|
{ pkgs, ... }:
|
||||||
{
|
{
|
||||||
# talon configuration
|
# talon configuration
|
||||||
home.file.".talon/user".source = ../../../talon;
|
home.file.".talon/user".source = ../../../talon;
|
||||||
|
|
||||||
# talon -program-
|
# talon -program-
|
||||||
home.file.".talon/core".source = fetchTarball {
|
home.file.".talon/core" = {
|
||||||
|
enable = pkgs.stdenv.isLinux;
|
||||||
|
source = fetchTarball {
|
||||||
url = "https://talonvoice.com/dl/latest/talon-linux.tar.xz";
|
url = "https://talonvoice.com/dl/latest/talon-linux.tar.xz";
|
||||||
sha256 = "0n7538lq79wwh0djihpkhin3iqmvrmsws16dhfmck65kk67jj4wl";
|
sha256 = "0n7538lq79wwh0djihpkhin3iqmvrmsws16dhfmck65kk67jj4wl";
|
||||||
};
|
};
|
||||||
|
};
|
||||||
|
|
||||||
# talon -runner-
|
# talon -runner-
|
||||||
home.file.".talon/bin/talon" = {
|
home.file.".talon/bin/talon" = {
|
||||||
|
enable = pkgs.stdenv.isLinux;
|
||||||
executable = true;
|
executable = true;
|
||||||
text = ''
|
text = ''
|
||||||
#!${pkgs.bash}/bin/bash
|
#!${pkgs.bash}/bin/bash
|
||||||
|
|
|
@ -88,6 +88,8 @@
|
||||||
hardware.nvidia.prime.sync.enable = lib.mkForce false;
|
hardware.nvidia.prime.sync.enable = lib.mkForce false;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
# Provide memtest86, since that's nice.
|
||||||
|
boot.loader.systemd-boot.memtest86.enable = true;
|
||||||
|
|
||||||
#
|
#
|
||||||
# Hardware config.
|
# Hardware config.
|
||||||
|
|
|
@ -66,7 +66,7 @@ with pkgs;
|
||||||
pavucontrol
|
pavucontrol
|
||||||
deprekages.argos
|
deprekages.argos
|
||||||
tidal-hifi
|
tidal-hifi
|
||||||
#steam
|
steam
|
||||||
vlc
|
vlc
|
||||||
]
|
]
|
||||||
|
|
||||||
|
|
|
@ -208,7 +208,7 @@ config = {
|
||||||
font_overrides = {
|
font_overrides = {
|
||||||
miko = 16,
|
miko = 16,
|
||||||
hinata = 16,
|
hinata = 16,
|
||||||
valere = 13,
|
valere = 12,
|
||||||
utol = 13,
|
utol = 13,
|
||||||
trailblazer = 12,
|
trailblazer = 12,
|
||||||
kanbaru = 12,
|
kanbaru = 12,
|
||||||
|
|
Loading…
Add table
Reference in a new issue