mirror of
https://gitlab.com/upRootNutrition/dotfiles.git
synced 2025-12-07 05:27:13 -06:00
Merge branch 'main' of gitlab.com:upRootNutrition/dotfiles
This commit is contained in:
commit
4e5f6431d0
16 changed files with 78 additions and 656 deletions
|
|
@ -5,7 +5,7 @@
|
|||
{
|
||||
home.packages = builtins.attrValues {
|
||||
inherit (pkgs)
|
||||
ncdu
|
||||
dust
|
||||
;
|
||||
};
|
||||
}
|
||||
|
|
@ -59,10 +59,8 @@ in
|
|||
espanso
|
||||
claudeCode
|
||||
puddleTag
|
||||
zoom
|
||||
academic
|
||||
hypr
|
||||
# niri
|
||||
wayland
|
||||
theming
|
||||
printManager
|
||||
|
|
@ -83,9 +81,7 @@ in
|
|||
floorp
|
||||
tor
|
||||
ghostty
|
||||
prismLauncher
|
||||
steam
|
||||
airshipper
|
||||
zed
|
||||
vsCode
|
||||
feishin
|
||||
|
|
@ -95,13 +91,9 @@ in
|
|||
zathura
|
||||
kolourPaint
|
||||
imageViewing
|
||||
audioMetadata
|
||||
obsStudio
|
||||
daVinci
|
||||
mpv
|
||||
freetube
|
||||
dissent
|
||||
discordCanary
|
||||
vesktop
|
||||
element
|
||||
signal
|
||||
|
|
@ -109,21 +101,18 @@ in
|
|||
bitwarden
|
||||
emote
|
||||
flameshot
|
||||
claudeCode
|
||||
gnomeCalculator
|
||||
scrcpy
|
||||
systemMonitor
|
||||
usbImager
|
||||
virtManager
|
||||
hypr
|
||||
niri
|
||||
wayland
|
||||
theming
|
||||
dolphin
|
||||
espanso
|
||||
zotero
|
||||
printManager
|
||||
finamp
|
||||
reaper
|
||||
;
|
||||
};
|
||||
};
|
||||
|
|
|
|||
|
|
@ -6,11 +6,13 @@ in
|
|||
gtk = {
|
||||
enable = true;
|
||||
gtk3 = {
|
||||
enable = true;
|
||||
extraConfig = {
|
||||
gtk-application-prefer-dark-theme = true;
|
||||
};
|
||||
};
|
||||
gtk4 = {
|
||||
enable = true;
|
||||
extraConfig = {
|
||||
gtk-application-prefer-dark-theme = true;
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue