1774174393

This commit is contained in:
2026-03-22 12:13:13 +02:00
parent 876debcacc
commit 7235e1c812
6 changed files with 137 additions and 143 deletions
+2
View File
@@ -32,6 +32,8 @@
platformTheme.name = "gtk3";
};
stylix.targets.dank-material-shell.enable = false;
xdg.configFile."DankMaterialShell/stylix.json".source = with config.lib.stylix.colors.withHashtag;
lib.mkIf config.stylix.enable (
pkgs.writers.writeJSON "dms-stylix-theme.json" {
+1
View File
@@ -18,6 +18,7 @@ in {
./nix
./security
./stylix
./fonts.nix
./programs.nix
./services.nix
./sops.nix
+13
View File
@@ -0,0 +1,13 @@
{pkgs, ...}: {
fonts.packages = with pkgs; [
noto-fonts
noto-fonts-cjk-sans
# noto-fonts-color-emoji
liberation_ttf
# fira-code
# fira-code-symbols
# mplus-outline-fonts.githubRelease
# dina-font
# proggyfonts
];
}
+8 -7
View File
@@ -27,9 +27,9 @@
# browsers
"app.zen_browser.zen"
# "com.vivaldi.Vivaldi"
"io.github.ungoogled_software.ungoogled_chromium"
# "io.github.ungoogled_software.ungoogled_chromium"
"net.mullvad.MullvadBrowser"
"org.torproject.torbrowser-launcher"
# "org.torproject.torbrowser-launcher"
]
++ [
# editing
@@ -42,7 +42,7 @@
# chatting
"im.riot.Riot" # matrix client
"io.github.kukuruzka165.materialgram" # telegram client
"org.equicord.equibop" # discord client
"io.github.milkshiift.GoofCord" # discord client
# "org.mozilla.Thunderbird" # mail client
"com.tutanota.Tutanota"
"org.signal.Signal"
@@ -68,19 +68,20 @@
++ [
# misc
"app.drey.Warp" # share files using magic wormhole
"com.bitwarden.desktop"
# "com.bitwarden.desktop"
"com.github.johnfactotum.Foliate" # book reader
"com.github.tchx84.Flatseal" # control flatpak permissions
# "com.logseq.Logseq"
"com.obsproject.Studio"
"com.usebottles.bottles" # wine containers
"de.capypara.FieldMonitor" # qemu and rdp/vnc client
# "de.capypara.FieldMonitor" # qemu and rdp/vnc client
"org.qbittorrent.qBittorrent" # torrents
"io.github.amit9838.mousam" # weather
# "io.github.amit9838.mousam" # weather
"io.github.finefindus.Hieroglyphic" # find latex symbols (in rust)
"io.github.lainsce.Khronos" # log time for tasks
# "io.github.lainsce.Khronos" # log time for tasks
"io.gitlab.news_flash.NewsFlash" # rss reader
"md.obsidian.Obsidian"
"io.anytype.anytype"
"me.iepure.devtoolbox" # some cool utils
"org.nicotine_plus.Nicotine" # soulseek
(lib.mkIf config.programs.distrobox.enable "com.ranfdev.DistroShelf")