mirror of
https://github.com/js0ny/dotfiles.git
synced 2025-12-21 00:33: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
|
|
@ -22,6 +22,18 @@
|
|||
description = "The default terminal emulator to run CLI softwares directly";
|
||||
};
|
||||
|
||||
defaultExplorer = lib.mkOption {
|
||||
type = lib.types.str;
|
||||
default = "thunar";
|
||||
description = "The default file explorer";
|
||||
};
|
||||
|
||||
defaultTerminalExplorer = lib.mkOption {
|
||||
type = lib.types.str;
|
||||
default = "yazi";
|
||||
description = "The default file explorer with TUI";
|
||||
};
|
||||
|
||||
iconTheme = lib.mkOption {
|
||||
type = lib.types.str;
|
||||
default = "Breeze";
|
||||
|
|
|
|||
|
|
@ -1,4 +1,7 @@
|
|||
{pkgs, ...}: {
|
||||
imports = [
|
||||
./wayland-wm.nix
|
||||
];
|
||||
programs.hyprland = {
|
||||
enable = true;
|
||||
withUWSM = false;
|
||||
|
|
@ -6,13 +9,10 @@
|
|||
};
|
||||
|
||||
environment.systemPackages = with pkgs; [
|
||||
caelestia-shell
|
||||
mako
|
||||
rofi
|
||||
xdg-desktop-portal-wlr
|
||||
# caelestia-shell
|
||||
xdg-desktop-portal-hyprland
|
||||
hyprpolkitagent
|
||||
cliphist
|
||||
grimblast
|
||||
xdg-desktop-portal-wlr
|
||||
];
|
||||
}
|
||||
|
|
|
|||
|
|
@ -1,15 +1,13 @@
|
|||
{pkgs, ...}: {
|
||||
imports = [
|
||||
./wayland-wm.nix
|
||||
];
|
||||
programs.sway.enable = true;
|
||||
programs.sway.xwayland.enable = true;
|
||||
environment.systemPackages = with pkgs; [
|
||||
swaybg
|
||||
swayidle
|
||||
dunst
|
||||
rofi
|
||||
rofimoji
|
||||
rofi-power-menu
|
||||
swaylock-effects
|
||||
sway-contrib.grimshot
|
||||
waybar
|
||||
xdg-desktop-portal-wlr
|
||||
];
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue