Compare commits
2 Commits
1c1e496425
...
a0ae09452f
Author | SHA1 | Date | |
---|---|---|---|
a0ae09452f | |||
711859e660 |
@ -24,8 +24,10 @@ in {
|
|||||||
};
|
};
|
||||||
cursorTheme = {
|
cursorTheme = {
|
||||||
package = pkgs.apple-cursor;
|
package = pkgs.apple-cursor;
|
||||||
name = "macOS-BigSur";
|
name = "macOS";
|
||||||
size = 24;
|
size = 24;
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
xdg.portal.extraPortals = [pkgs.xdg-desktop-portal-gtk];
|
||||||
}
|
}
|
||||||
|
@ -40,10 +40,8 @@ in {
|
|||||||
programs.imv.enable = true; # TODO: what is that
|
programs.imv.enable = true; # TODO: what is that
|
||||||
|
|
||||||
home.packages = with pkgs; [
|
home.packages = with pkgs; [
|
||||||
# hyprpicker # TODO
|
hyprpicker
|
||||||
# hyprcursor # TODO
|
|
||||||
brightnessctl
|
brightnessctl
|
||||||
# grimblast
|
|
||||||
frajul.hyprshot-gui
|
frajul.hyprshot-gui
|
||||||
frajul.wl-ocr
|
frajul.wl-ocr
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user