mirror of
https://github.com/js0ny/dotfiles.git
synced 2025-12-21 08:43:00 +00:00
use hypr under nvidia
This commit is contained in:
parent
59328ad384
commit
64d100c252
19 changed files with 125 additions and 67 deletions
|
|
@ -4,5 +4,7 @@
|
|||
defaultTerminal = "ghostty";
|
||||
defaultTerminalRunner = "alacritty";
|
||||
iconTheme = "Papirus";
|
||||
defaultExplorer = "dolphin";
|
||||
defaultTerminalExplorer = "yazi";
|
||||
};
|
||||
}
|
||||
|
|
|
|||
|
|
@ -0,0 +1,8 @@
|
|||
{pkgs, ...}: {
|
||||
home.packages = with pkgs; [
|
||||
grimblast
|
||||
];
|
||||
imports = [
|
||||
./packages.nix
|
||||
];
|
||||
}
|
||||
14
nixcfgs/users/js0ny/programs/desktop/wayland-wm/packages.nix
Normal file
14
nixcfgs/users/js0ny/programs/desktop/wayland-wm/packages.nix
Normal 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
|
||||
];
|
||||
}
|
||||
|
|
@ -36,8 +36,10 @@ in {
|
|||
home.packages = with pkgs; [
|
||||
grim
|
||||
slurp
|
||||
grim
|
||||
dunst
|
||||
sway-contrib.grimshot
|
||||
];
|
||||
|
||||
imports = [
|
||||
./packages.nix
|
||||
];
|
||||
}
|
||||
|
|
@ -0,0 +1,6 @@
|
|||
{pkgs, ...}: {
|
||||
home.packages = with pkgs; [
|
||||
waybar
|
||||
pavucontrol
|
||||
];
|
||||
}
|
||||
7
nixcfgs/users/js0ny/programs/rofi.nix
Normal file
7
nixcfgs/users/js0ny/programs/rofi.nix
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
{pkgs, ...}: {
|
||||
home.packages = with pkgs; [
|
||||
rofi
|
||||
rofimoji
|
||||
rofi-power-menu
|
||||
];
|
||||
}
|
||||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue