gaming?
This commit is contained in:
@@ -104,7 +104,11 @@
|
||||
|
||||
users.users.vbm = {
|
||||
isNormalUser = true;
|
||||
extraGroups = [ "wheel" "video" "input" ];
|
||||
extraGroups = [
|
||||
"wheel"
|
||||
"video"
|
||||
"input"
|
||||
];
|
||||
shell = pkgs.nushell;
|
||||
packages = with pkgs; [
|
||||
tree
|
||||
@@ -132,6 +136,7 @@
|
||||
signal-desktop
|
||||
rustfmt
|
||||
wmenu
|
||||
umu-launcher
|
||||
];
|
||||
};
|
||||
|
||||
|
||||
6
home.nix
6
home.nix
@@ -238,7 +238,7 @@
|
||||
"XF86AudioRaiseVolume" = "exec wpctl set-volume @DEFAULT_AUDIO_SINK@ 1%+";
|
||||
"XF86AudioLowerVolume" = "exec wpctl set-volume @DEFAULT_AUDIO_SINK@ 1%-";
|
||||
"XF86AudioMute" = "exec wpctl set-mute @DEFAULT_AUDIO_SINK@ toggle";
|
||||
"XF86AudioMicMute" = "exec wpctl set-mute @DEFAULT_AUDIO_SOURCE@ toggle";
|
||||
"XF86AudioMicMute" = "exec wpctl set-mute @DEFAULT_AUDIO_SOURCE@ toggle";
|
||||
"${modifier}+Delete" = "exec shutdown now";
|
||||
};
|
||||
};
|
||||
@@ -327,8 +327,8 @@
|
||||
template = "https://search.nixos.org/packages";
|
||||
params = [
|
||||
{
|
||||
name = "type";
|
||||
value = "packages";
|
||||
name = "channel";
|
||||
value = "unstable";
|
||||
}
|
||||
{
|
||||
name = "query";
|
||||
|
||||
Reference in New Issue
Block a user