summaryrefslogtreecommitdiff
path: root/hosts/local/i3.nix
diff options
context:
space:
mode:
authorpolwex <polwex@sortug.com>2025-12-03 09:31:59 +0700
committerpolwex <polwex@sortug.com>2025-12-03 09:31:59 +0700
commit302c5e6d8dc87db2704557d74692884698728e5f (patch)
treed8afeb2ec2e209ccb19fdbddd249e766d45fda25 /hosts/local/i3.nix
parent22ed0117977629b683df34fc4d6281a23d8dfa76 (diff)
m
Diffstat (limited to 'hosts/local/i3.nix')
-rw-r--r--hosts/local/i3.nix43
1 files changed, 0 insertions, 43 deletions
diff --git a/hosts/local/i3.nix b/hosts/local/i3.nix
index da5dcaf..9c68af3 100644
--- a/hosts/local/i3.nix
+++ b/hosts/local/i3.nix
@@ -47,8 +47,6 @@ in {
vSync = true;
};
environment.systemPackages = with pkgs; [
- # old-pkgs.vivaldi
- vivaldi
#notifications
dunst
polybar
@@ -71,47 +69,6 @@ in {
];
services.flatpak.enable = true;
- fonts = {
- enableDefaultPackages = true;
- fontconfig = {
- defaultFonts.emoji = ["Noto Color Emoji"];
- defaultFonts.monospace = ["Hack" "Sarasa Mono SC"];
- defaultFonts.sansSerif = ["DejaVu Sans"];
- defaultFonts.serif = ["DejaVu Serif" "Source Han Serif SC"];
- };
- packages = with pkgs;
- [
- fira-code
- fira
- cooper-hewitt
- ibm-plex
- jetbrains-mono
- iosevka
- spleen
- fira-code-symbols
- powerline-fonts
- arphic-ukai
- arphic-uming
- dejavu_fonts
- font-awesome
- inconsolata # monospaced
- noto-fonts
- noto-fonts-cjk-sans
- noto-fonts-emoji
- noto-fonts-extra
- powerline-fonts
- source-han-sans-japanese
- source-han-sans-korean
- source-han-sans-simplified-chinese
- source-han-sans-traditional-chinese
- source-sans-pro
- ubuntu_font_family
- wqy_microhei
- wqy_zenhei
- ]
- ++ builtins.filter lib.attrsets.isDerivation (builtins.attrValues pkgs.nerd-fonts);
- };
-
# screen capture
#