upd firefox
This commit is contained in:
@@ -6,6 +6,7 @@
|
|||||||
# ../packages/zsh/default.nix
|
# ../packages/zsh/default.nix
|
||||||
../modules/terminal.nix
|
../modules/terminal.nix
|
||||||
../packages/hyprland/default.nix
|
../packages/hyprland/default.nix
|
||||||
|
../packages/firefox/default.nix
|
||||||
# /home/biscuit/Nixos/packages/hyprland/default.nix
|
# /home/biscuit/Nixos/packages/hyprland/default.nix
|
||||||
];
|
];
|
||||||
|
|
||||||
|
|||||||
@@ -0,0 +1,7 @@
|
|||||||
|
{ pkgs, ... }: {
|
||||||
|
home.packages = [
|
||||||
|
firefox
|
||||||
|
];
|
||||||
|
|
||||||
|
programs.firefox.enable = true;
|
||||||
|
}
|
||||||
@@ -4,6 +4,7 @@
|
|||||||
|
|
||||||
# See https://wiki.hyprland.org/Configuring/Keywords/
|
# See https://wiki.hyprland.org/Configuring/Keywords/
|
||||||
$mainMod = SUPER # Sets "Windows" key as main modifier
|
$mainMod = SUPER # Sets "Windows" key as main modifier
|
||||||
|
$terminal = kitty
|
||||||
|
|
||||||
# Example binds, see https://wiki.hyprland.org/Configuring/Binds/ for more
|
# Example binds, see https://wiki.hyprland.org/Configuring/Binds/ for more
|
||||||
bind = $mainMod, Q, exec, $terminal
|
bind = $mainMod, Q, exec, $terminal
|
||||||
|
|||||||
@@ -4,7 +4,7 @@
|
|||||||
# OR EDIT THIS ONE ACCORDING TO THE WIKI INSTRUCTIONS.
|
# 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
|
autogenerated = 0 # remove this line to remove the warning
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user