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