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:
parent
8ad1d43730
commit
a7a31c0646
5 changed files with 91 additions and 92 deletions
|
@ -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;
|
||||
}
|
||||
|
|
|
@ -24,9 +24,9 @@
|
|||
kb_layout = "gb";
|
||||
follow_mouse = 1;
|
||||
mouse_refocus = false;
|
||||
touchpad = {
|
||||
disable_while_typing = false;
|
||||
};
|
||||
# touchpad = {
|
||||
# disable_while_typing = false;
|
||||
# };
|
||||
};
|
||||
|
||||
bindl = [
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue