IM FUCKING SISYPHUS SAVE ME

This commit is contained in:
do butterflies cry? 2026-02-13 22:14:30 +10:00
parent 02251bd750
commit 099d1960ab
12 changed files with 52 additions and 28 deletions

View file

@ -1,6 +1,6 @@
{
pkgs,
upkgs,
# upkgs,
...
}: let
lsps = {
@ -43,7 +43,7 @@
};
ty = {
pkg = upkgs.ty;
pkg = pkgs.ty; # DEBUG: upkgs.ty;
cmd = "ty";
};

View file

@ -11,9 +11,9 @@
userEmail = "them@dobutterfliescry.net";
signing = {
key = "F68745A836CA0412";
format = "openpgp";
signByDefault = true;
# key = "F68745A836CA0412";
# format = "openpgp";
# signByDefault = true;
};
aliases = {

View file

@ -1,7 +1,8 @@
{upkgs, ...}: {
# DEBUG: {upkgs, ...}: {
{pkgs, ...}: {
programs.foot = {
enable = true;
package = upkgs.foot;
package = pkgs.foot; # DEBUG: upkgs.foot;
server.enable = true;

View file

@ -14,7 +14,7 @@
config = lib.mkIf config.hyprland.enable {
wayland.windowManager.hyprland = {
enable = true;
package = pkgs.hyprland; # upkgs.hyprland;
package = pkgs.hyprland;
xwayland.enable = true;