we do a thing
This commit is contained in:
parent
79ba4d3b88
commit
02a77a8b67
|
@ -1,4 +1,4 @@
|
||||||
{ outputs, options, config, lib, pkgs, ...}:
|
{ inputs, outputs, options, config, lib, pkgs, ...}:
|
||||||
let
|
let
|
||||||
cfg = config.modules.desktop.hyprland;
|
cfg = config.modules.desktop.hyprland;
|
||||||
in
|
in
|
||||||
|
@ -66,10 +66,13 @@ in
|
||||||
lxappearance
|
lxappearance
|
||||||
catppuccin-cursors.mochaDark
|
catppuccin-cursors.mochaDark
|
||||||
# screenshot
|
# screenshot
|
||||||
grim
|
sway-contrib.grimshot
|
||||||
flameshot
|
|
||||||
# todo figure this out
|
# todo figure this out
|
||||||
gamescope
|
gamescope
|
||||||
|
# clipboard
|
||||||
|
wl-clipboard
|
||||||
|
# playerctl
|
||||||
|
playerctl
|
||||||
];
|
];
|
||||||
environment.systemPackages = with pkgs; [
|
environment.systemPackages = with pkgs; [
|
||||||
# bg
|
# bg
|
||||||
|
@ -114,6 +117,12 @@ in
|
||||||
enable = true;
|
enable = true;
|
||||||
source = ../../../config/background.png;
|
source = ../../../config/background.png;
|
||||||
};
|
};
|
||||||
|
# this automatically sets the types
|
||||||
|
# thanks PartyWumpus
|
||||||
|
# https://github.com/PartyWumpus/dotfiles/blob/277949d84d53a58a3f52be935cd3c581c89d5d7c/modules/hyprland/hyprland.nix#L492
|
||||||
|
"${inputs.self.location}/config/ags/types" = {
|
||||||
|
source = "${inputs.ags.packages.x86_64-linux.agsWithTypes.out}/share/com.github.Aylur.ags/types";
|
||||||
|
};
|
||||||
};
|
};
|
||||||
xdg.configFile = {
|
xdg.configFile = {
|
||||||
hypr = {
|
hypr = {
|
||||||
|
|
Loading…
Reference in a new issue