Compare commits
No commits in common. "559c734a4bbfae5378cb432cfa2b6b4e19f38cdd" and "629e2f75e654b0ac59d5d55906300dea91de7cc5" have entirely different histories.
559c734a4b
...
629e2f75e6
6 changed files with 4 additions and 5 deletions
|
|
@ -49,7 +49,6 @@
|
||||||
wifi.enable = true;
|
wifi.enable = true;
|
||||||
fingerprint.enable = true;
|
fingerprint.enable = true;
|
||||||
fans.enable = true;
|
fans.enable = true;
|
||||||
keyd.enable = true;
|
|
||||||
};
|
};
|
||||||
|
|
||||||
network = {
|
network = {
|
||||||
|
|
|
||||||
|
|
@ -59,7 +59,6 @@
|
||||||
gpu.nvidia.enable = true;
|
gpu.nvidia.enable = true;
|
||||||
audio.enable = true;
|
audio.enable = true;
|
||||||
wifi.enable = true;
|
wifi.enable = true;
|
||||||
keyd.enable = true;
|
|
||||||
};
|
};
|
||||||
|
|
||||||
network = {
|
network = {
|
||||||
|
|
|
||||||
|
|
@ -5,5 +5,5 @@ ids=$(pactl --format json list sinks | jq '.[].index')
|
||||||
a=$(printf '%s\n' "${sinks[@]}" | fuzzel --cache /dev/null --dmenu --index --minimal-lines --placeholder "Switch audio source: " -I)
|
a=$(printf '%s\n' "${sinks[@]}" | fuzzel --cache /dev/null --dmenu --index --minimal-lines --placeholder "Switch audio source: " -I)
|
||||||
|
|
||||||
if [ -n "$a" ]; then
|
if [ -n "$a" ]; then
|
||||||
pactl set-default-sink ${ids[a]}
|
wpctl set-default ${ids[a]}
|
||||||
fi
|
fi
|
||||||
|
|
|
||||||
|
|
@ -15,7 +15,8 @@ in {
|
||||||
|
|
||||||
config = mkIf cfg.enable {
|
config = mkIf cfg.enable {
|
||||||
environment.systemPackages = with pkgs; [
|
environment.systemPackages = with pkgs; [
|
||||||
dotnet-sdk_10
|
dotnet-sdk_9
|
||||||
|
dotnet-sdk_8
|
||||||
gcc
|
gcc
|
||||||
ghex
|
ghex
|
||||||
godot
|
godot
|
||||||
|
|
|
||||||
|
|
@ -29,7 +29,6 @@ in {
|
||||||
environment.systemPackages = with pkgs; [
|
environment.systemPackages = with pkgs; [
|
||||||
bitwarden-desktop
|
bitwarden-desktop
|
||||||
blender
|
blender
|
||||||
chromium
|
|
||||||
inkscape
|
inkscape
|
||||||
kitty
|
kitty
|
||||||
krita
|
krita
|
||||||
|
|
|
||||||
|
|
@ -47,6 +47,7 @@ in {
|
||||||
dunst # Notifications
|
dunst # Notifications
|
||||||
];
|
];
|
||||||
|
|
||||||
|
horseman.hardware.keyd.enable = true;
|
||||||
horseman.dots.gtk.enable = true;
|
horseman.dots.gtk.enable = true;
|
||||||
|
|
||||||
nix-hyprland = {
|
nix-hyprland = {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue