mirror of
https://codeberg.org/muon/home.git
synced 2026-03-10 12:23:13 +00:00
Add lingering changes
This commit is contained in:
parent
778c2403fc
commit
74b64ab6f1
11 changed files with 74 additions and 616 deletions
|
|
@ -30,7 +30,7 @@
|
|||
# ./hyprland
|
||||
# inputs.hyprland.homeManagerModules.default
|
||||
|
||||
inputs.nix-doom-emacs.hmModule
|
||||
./doom-emacs
|
||||
# inputs.nix-doom-emacs.hmModule
|
||||
# ./doom-emacs
|
||||
];
|
||||
}
|
||||
|
|
|
|||
|
|
@ -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";
|
||||
};
|
||||
};
|
||||
|
||||
};
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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;
|
||||
}
|
||||
|
|
|
|||
|
|
@ -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];
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue