hyprgrass
This commit is contained in:
parent
a22cc6450e
commit
1eb67ac0de
7 changed files with 57 additions and 32 deletions
|
|
@ -1,9 +1,10 @@
|
|||
{ lib, ...}: {
|
||||
{ lib, ... }:
|
||||
{
|
||||
imports = [
|
||||
./hyprpaper.nix
|
||||
./hyprlock.nix
|
||||
# ./hyprgrass.nix
|
||||
# ./utils.nix
|
||||
./hyprgrass.nix
|
||||
# ./utils.nix
|
||||
];
|
||||
|
||||
wayland.windowManager.hyprland = {
|
||||
|
|
@ -16,15 +17,11 @@
|
|||
settings = {
|
||||
"$terminal" = "alacritty";
|
||||
|
||||
env = [
|
||||
"HYPRCURSOR_THEME,rose-pine-hyprcursor"
|
||||
];
|
||||
env = [ "HYPRCURSOR_THEME,rose-pine-hyprcursor" ];
|
||||
|
||||
xwayland.force_zero_scaling = true;
|
||||
|
||||
monitor = [
|
||||
",preferred,1"
|
||||
];
|
||||
monitor = [ ",preferred,1" ];
|
||||
|
||||
exec-once = [
|
||||
"hyprlock"
|
||||
|
|
|
|||
4
home/lilith/hyprland/hyprgrass.nix
Normal file
4
home/lilith/hyprland/hyprgrass.nix
Normal file
|
|
@ -0,0 +1,4 @@
|
|||
{ pkgs, hyprgrass, ... }:
|
||||
{
|
||||
wayland.windowManager.hyprland.plugins = [ hyprgrass.packages.${pkgs.system}.default ];
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue