Compare commits
No commits in common. "37211b4971b6ed82714fff4dbd5759fdfdb7e8d8" and "f9c5c547e4222f90ed825efbae32bb15e05cc56a" have entirely different histories.
37211b4971
...
f9c5c547e4
5 changed files with 5 additions and 15 deletions
|
@ -270,7 +270,8 @@
|
|||
specialArgs = mkSpecialArgs system;
|
||||
modules = linuxOfflineGuiModules [
|
||||
./nixos/hosts/trailblazer
|
||||
./nixos/configs/vmware.nix
|
||||
./nixos/configs/looking-glass.nix
|
||||
./nixos/configs/serve-cache.nix
|
||||
];
|
||||
};
|
||||
|
||||
|
|
|
@ -40,11 +40,6 @@ 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
|
||||
|
|
|
@ -223,10 +223,8 @@ in
|
|||
"Mod+D".action = spawn "fuzzel";
|
||||
"Mod+Space".action = spawn "fuzzel";
|
||||
|
||||
"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+";
|
||||
"XF86AudioRaiseVolume".action = sh "wpctl set-volume @DEFAULT_AUDIO_SINK@ 0.1+";
|
||||
"XF86AudioLowerVolume".action = sh "wpctl set-volume @DEFAULT_AUDIO_SINK@ 0.1-";
|
||||
"XF86AudioMute".action = sh "wpctl set-mute @DEFAULT_AUDIO_SINK@ toggle";
|
||||
|
||||
"XF86MonBrightnessDown".action = sh "brightnessctl set 10%-";
|
||||
|
@ -246,7 +244,6 @@ 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";
|
||||
|
|
|
@ -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.
|
||||
|
|
|
@ -158,7 +158,6 @@ with pkgs;
|
|||
|
||||
# Development.
|
||||
colmena
|
||||
rustup
|
||||
rustfmt
|
||||
cargo
|
||||
clang
|
||||
|
@ -199,8 +198,6 @@ with pkgs;
|
|||
i2c-tools
|
||||
pcsc-tools
|
||||
davfs2
|
||||
evtest
|
||||
libinput
|
||||
|
||||
]
|
||||
else
|
||||
|
|
Loading…
Add table
Reference in a new issue