use hypr under nvidia

This commit is contained in:
js0ny 2025-11-07 09:15:09 +00:00
parent 59328ad384
commit 64d100c252
19 changed files with 125 additions and 67 deletions

View file

@ -4,5 +4,7 @@
defaultTerminal = "ghostty";
defaultTerminalRunner = "alacritty";
iconTheme = "Papirus";
defaultExplorer = "dolphin";
defaultTerminalExplorer = "yazi";
};
}

View file

@ -0,0 +1,8 @@
{pkgs, ...}: {
home.packages = with pkgs; [
grimblast
];
imports = [
./packages.nix
];
}

View file

@ -0,0 +1,14 @@
{pkgs, ...}: {
imports = [
../../rofi.nix
./waybar.nix
];
home.packages = with pkgs; [
swayidle # Screensaver
dunst # Notification daemon
swaylock-effects # Screensaver
cliphist # Clipboard daemon
swww # Wallpaper daemon
pavucontrol
];
}

View file

@ -36,8 +36,10 @@ in {
home.packages = with pkgs; [
grim
slurp
grim
dunst
sway-contrib.grimshot
];
imports = [
./packages.nix
];
}

View file

@ -0,0 +1,6 @@
{pkgs, ...}: {
home.packages = with pkgs; [
waybar
pavucontrol
];
}

View file

@ -0,0 +1,7 @@
{pkgs, ...}: {
home.packages = with pkgs; [
rofi
rofimoji
rofi-power-menu
];
}

View file

@ -40,7 +40,7 @@
# Desktop Linux
./programs/desktop/plasma.nix
./programs/desktop/sway.nix
./programs/desktop/wayland-wm/hyprland.nix
# General Program config
../../modules/home/programs/eza.nix