My dotfiles (written in Nix, btw!) ❄

some hyprland and bluetooth and fonts idk why i didnt do more commits for this

+10 -1
+4
system/bluetooth.nix
··· 1 + {...}: { 2 + hardware.bluetooth.enable = true; 3 + services.blueman.enable = true; 4 + }
+1
system/configuration.nix
··· 9 9 else ./none.nix; 10 10 in { 11 11 imports = [ 12 + ./bluetooth.nix 12 13 ./bootloader.nix 13 14 ./hardware-configuration.nix 14 15 ./networking.nix
+2
system/fonts.nix
··· 2 2 fonts.packages = with pkgs; [ 3 3 jetbrains-mono 4 4 nerd-fonts.jetbrains-mono 5 + corefonts 6 + vistafonts 5 7 ]; 6 8 }
+3 -1
user/hyprland.nix
··· 67 67 "$mod, D, exec, discord" 68 68 ", Print, exec, grimblast copysave area" 69 69 ", XF86AudioRaiseVolume, exec, wpctl set-volume @DEFAULT_AUDIO_SINK@ 5%+" 70 - ", XF86AudioLowerVolume, exec, wpctl set-volume @DEFAULT_AUDIO_SINK@ 5%" 70 + ", XF86AudioLowerVolume, exec, wpctl set-volume @DEFAULT_AUDIO_SINK@ 5%-" 71 71 ", XF86AudioMute, exec, wpctl set-mute @DEFAULT_AUDIO_SINK@ toggle" 72 72 "$mod, Space, togglefloating" 73 + "$mod, mouse_down, workspace, e+1" 74 + "$mod, mouse_up, workspace, e-1" 73 75 ] 74 76 ++ ( 75 77 # i just took this from the hyprland wiki and it works so i guess??