From 35ca5c8bc071a613f51fd800fa082d7865e3f5fa Mon Sep 17 00:00:00 2001 From: biscuit Date: Tue, 13 May 2025 19:07:02 -0500 Subject: [PATCH] upd firefox --- home-manager/home.nix | 1 + packages/firefox/default.nix | 7 +++++++ packages/hyprland/custom/keybinds.conf | 1 + packages/hyprland/hyprland.conf | 2 +- 4 files changed, 10 insertions(+), 1 deletion(-) create mode 100644 packages/firefox/default.nix diff --git a/home-manager/home.nix b/home-manager/home.nix index 759be63..bf64988 100644 --- a/home-manager/home.nix +++ b/home-manager/home.nix @@ -6,6 +6,7 @@ # ../packages/zsh/default.nix ../modules/terminal.nix ../packages/hyprland/default.nix + ../packages/firefox/default.nix # /home/biscuit/Nixos/packages/hyprland/default.nix ]; diff --git a/packages/firefox/default.nix b/packages/firefox/default.nix new file mode 100644 index 0000000..14b6f63 --- /dev/null +++ b/packages/firefox/default.nix @@ -0,0 +1,7 @@ +{ pkgs, ... }: { + home.packages = [ + firefox + ]; + + programs.firefox.enable = true; +} diff --git a/packages/hyprland/custom/keybinds.conf b/packages/hyprland/custom/keybinds.conf index 57a69de..ea6cbdb 100644 --- a/packages/hyprland/custom/keybinds.conf +++ b/packages/hyprland/custom/keybinds.conf @@ -4,6 +4,7 @@ # See https://wiki.hyprland.org/Configuring/Keywords/ $mainMod = SUPER # Sets "Windows" key as main modifier +$terminal = kitty # Example binds, see https://wiki.hyprland.org/Configuring/Binds/ for more bind = $mainMod, Q, exec, $terminal diff --git a/packages/hyprland/hyprland.conf b/packages/hyprland/hyprland.conf index fe6e616..16e8d28 100644 --- a/packages/hyprland/hyprland.conf +++ b/packages/hyprland/hyprland.conf @@ -4,7 +4,7 @@ # OR EDIT THIS ONE ACCORDING TO THE WIKI INSTRUCTIONS. # ####################################################################################### -source=~/.config/hypr/hyprland/keybinds.conf +source=./hyprland/keybinds.conf autogenerated = 0 # remove this line to remove the warning