overlayed nixpkgs to allow for pkgs.stable pkgs.main and pkgs.nur

also passed to home-manager and gabbielaptop config
This commit is contained in:
Gabriella Bere 2025-01-03 22:15:57 +00:00
parent 8ad1d43730
commit a7a31c0646
5 changed files with 91 additions and 92 deletions

View file

@ -14,8 +14,8 @@
./hyprland.nix
./waybar.nix
./swaync.nix
# ./flatpak.nix
./sober.nix
# ./flatpak.nix
# ./sober.nix
./hyprlock.nix
./zsh.nix
./eza.nix
@ -81,6 +81,9 @@
programs.tmux.enable = true;
programs.btop.enable = true;
programs.btop.package = pkgs.stable.btop-rocm;
# Add support for bluetooth headset media controls
services.mpris-proxy.enable = true;
@ -121,5 +124,4 @@
# };
services.blueman-applet.enable = true;
programs.btop.enable = true;
}