Compare commits

...

2 commits

Author SHA1 Message Date
37211b4971 niri, vscode: minor config updates 2024-11-22 15:09:06 -07:00
095913b8db trailblazer: minor package tweaks 2024-11-21 12:50:58 -07:00
5 changed files with 15 additions and 5 deletions

View file

@ -270,8 +270,7 @@
specialArgs = mkSpecialArgs system;
modules = linuxOfflineGuiModules [
./nixos/hosts/trailblazer
./nixos/configs/looking-glass.nix
./nixos/configs/serve-cache.nix
./nixos/configs/vmware.nix
];
};

View file

@ -40,6 +40,11 @@ in
ms-vscode.makefile-tools
streetsidesoftware.code-spell-checker
# nix
jnoortheen.nix-ide
arrterian.nix-env-selector
brettm12345.nixfmt-vscode
# rust
fill-labs.dependi
rust-lang.rust-analyzer

View file

@ -223,8 +223,10 @@ in
"Mod+D".action = spawn "fuzzel";
"Mod+Space".action = spawn "fuzzel";
"XF86AudioRaiseVolume".action = sh "wpctl set-volume @DEFAULT_AUDIO_SINK@ 0.1+";
"XF86AudioLowerVolume".action = sh "wpctl set-volume @DEFAULT_AUDIO_SINK@ 0.1-";
"XF86AudioRaiseVolume".action = sh "wpctl set-volume -l 1 @DEFAULT_AUDIO_SINK@ 0.1+";
"XF86AudioLowerVolume".action = sh "wpctl set-volume -l 1 @DEFAULT_AUDIO_SINK@ 0.1-";
"XF86Launch6".action = sh "wpctl set-volume -l 1 @DEFAULT_AUDIO_SINK@ 0.1-";
"XF86Tools".action = sh "wpctl set-volume -l 1 @DEFAULT_AUDIO_SINK@ 0.1+";
"XF86AudioMute".action = sh "wpctl set-mute @DEFAULT_AUDIO_SINK@ toggle";
"XF86MonBrightnessDown".action = sh "brightnessctl set 10%-";
@ -244,6 +246,7 @@ in
"XF86AudioPrev".action = sh "mpc prev";
"XF86AudioNext".action = sh "mpc next";
"XF86AudioPlay".action = sh "mpc toggle";
"XF86Launch5".action = sh "mpc toggle";
}
(binds {
suffixes."Left" = "column-left";

View file

@ -197,7 +197,7 @@ in
# Provide docker for remote tasks.
virtualisation.docker.enable = true;
users.users.deprekated.extragroups = [ "docker" ];
users.users.deprekated.extraGroups = [ "docker" ];
#
# Trailblazer remote service (allows trailblazer things to be controlled via Home Assistant.

View file

@ -158,6 +158,7 @@ with pkgs;
# Development.
colmena
rustup
rustfmt
cargo
clang
@ -198,6 +199,8 @@ with pkgs;
i2c-tools
pcsc-tools
davfs2
evtest
libinput
]
else