Add lingering changes

This commit is contained in:
muon 2024-05-24 20:30:18 +00:00
parent 778c2403fc
commit 74b64ab6f1
11 changed files with 74 additions and 616 deletions

View file

@ -30,7 +30,7 @@
# ./hyprland
# inputs.hyprland.homeManagerModules.default
inputs.nix-doom-emacs.hmModule
./doom-emacs
# inputs.nix-doom-emacs.hmModule
# ./doom-emacs
];
}

View file

@ -8,6 +8,8 @@
enable = true;
settings = {
theme = lib.mkForce "stylix_fix";
keys.normal = {
"C" = ["collapse_selection" "extend_to_line_end" "change_selection"];
"D" = ["extend_to_line_end" "delete_selection"];
@ -134,8 +136,15 @@
};
themes = {
ui.selection = {bg = "white"; modifiers = ["reversed"];};
ui.primary = {bg = "light-cyan"; modifiers = ["reversed"];};
# ui.selection = {bg = "white"; modifiers = ["reversed"];};
# ui.primary = {bg = "light-cyan"; modifiers = ["reversed"];};
stylix_fix = {
inherits = "gruvbox";
ui.selection = { bg = "#304a3d"; };
ui.selection.primary = { bg = "#2f2f2f"; };
ui.text = "#ff0000";
ui.virtual.inlay-hint = "#ff0000";
};
};
};

View file

@ -18,7 +18,6 @@
i3lock-fancy-rapid
pkg-config
alsa-utils
nslookup
nmap
traceroute
@ -50,7 +49,7 @@
logseq
zotero
armcord
freetube
# freetube
texstudio
texlive.combined.scheme-full
mpv
@ -65,6 +64,10 @@
signal-desktop
qbittorrent
thunderbird
libreoffice
vscodium
freeplane
qutebrowser
# dev
psmisc
@ -83,6 +86,8 @@
minigalaxy
cemu
mindustry
steam-tui
steamcmd
# media
ffmpeg

View file

@ -7,7 +7,7 @@
...
}:
let
theme-name = "mocha";
theme-name = "gruvbox-dark-medium";
theme = "${pkgs.base16-schemes}/share/themes/${theme-name}.yaml";
wallpaper = pkgs.runCommand "image.png" {} ''
COLOR=$(${pkgs.yq}/bin/yq -r .base00 ${theme})
@ -43,5 +43,12 @@ in {
programs.zellij.enable = true;
programs.rofi.enable = true;
home.pointerCursor = {
name = "phinger-cursors-dark";
package = pkgs.phinger-cursors;
size = 32;
gtk.enable = true;
};
# config.services.xserver.desktopManager.wallpaper = ./wallpaper.jpg;
}

View file

@ -30,18 +30,18 @@
#"x-scheme-handler/discord" = ["WebCord.desktop"];
};
texlive = pkgs.texlive.combine {
inherit
(pkgs.texlive)
scheme-small
noto
mweights
cm-super
cmbright
fontaxes
beamer
;
};
# texlive = pkgs.texlive.combine {
# inherit
# (pkgs.texlive)
# scheme-small
# noto
# mweights
# cm-super
# cmbright
# fontaxes
# beamer
# ;
# };
in {
# home.packages = [texlive];