firefox main w

This commit is contained in:
death916 2026-01-17 05:30:49 -08:00
parent e72e76e68e
commit d0bad80cfa
2 changed files with 30 additions and 32 deletions

View file

@ -15,7 +15,7 @@ in
{
imports = [
../modules/home-manager/common.nix
./hyprland.nix # Add this line to import your Hyprland configuration
./hyprland.nix
./theme.nix # Import the stylix theme configuration
];

View file

@ -141,7 +141,7 @@
"SUPER, T, exec, ghostty"
"SUPER, D, exec, rofi -show drun"
"SUPER, A, exec, rofi -show window"
"SUPER, W, exec, microsoft-edge"
"SUPER, W, exec, firefox"
"SUPER, E, exec, nautilus"
"SUPER, N, exec, dunstctl history-pop"
@ -183,10 +183,9 @@
xdg.portal = {
enable = true;
extraPortals = with pkgs;
[
xdg-desktop-portal-gtk
];
extraPortals = with pkgs; [
xdg-desktop-portal-gtk
];
};
programs.waybar = {
@ -479,30 +478,29 @@
};
fonts.fontconfig.enable = true;
home.packages = with pkgs;
[
nerd-fonts.jetbrains-mono
noto-fonts
noto-fonts-cjk-sans
noto-fonts-color-emoji
font-awesome
roboto
grim
slurp
networkmanagerapplet
blueman
waybar
kitty
libnotify
kdePackages.dolphin
catppuccin-gtk
materia-theme
rose-pine-gtk-theme
nightfox-gtk-theme
materia-kde-theme
home.packages = with pkgs; [
nerd-fonts.jetbrains-mono
noto-fonts
noto-fonts-cjk-sans
noto-fonts-color-emoji
font-awesome
roboto
grim
slurp
networkmanagerapplet
blueman
waybar
kitty
libnotify
kdePackages.dolphin
catppuccin-gtk
materia-theme
rose-pine-gtk-theme
nightfox-gtk-theme
materia-kde-theme
playerctl
wl-clipboard
unstablePkgs.wttrbar
];
}
playerctl
wl-clipboard
unstablePkgs.wttrbar
];
}