this repo has no description
4
fork

Configure Feed

Select the types of activity you want to include in your feed.

use stuff

-23
-23
users/patriot/default.nix
··· 149 149 "dconf" 150 150 ]; 151 151 files = l.flatten [ 152 - ".config/wallpaper" 153 - ".config/wallpaper.mp4" 154 152 ".config/gnome-initial-setup-done" 155 153 (lib.removePrefix "~/" config.programs.ssh.userKnownHostsFile) 156 154 ]; ··· 172 170 x11.enable = true; 173 171 }; 174 172 175 - # gtk = { 176 - # enable = true; 177 - 178 - # font = { 179 - # inherit (config.settings.font.regular) name package; 180 - # }; 181 - 182 - # gtk2.configLocation = "${config.xdg.configHome}/gtk-2.0/gtkrc"; 183 - 184 - # theme = { 185 - # name = "Yaru-dark"; 186 - # package = pkgs.yaru-theme; 187 - # }; 188 - # }; 189 - 190 173 home = { 191 174 homeDirectory = nixosConfig.users.users.patriot.home; 192 175 packages = with pkgs; [ ··· 225 208 userName = name; 226 209 userEmail = email; 227 210 }; 228 - zsh.loginExtra = '' 229 - if [[ "$(tty)" == "/dev/tty1" ]]; then 230 - export WLR_DRM_DEVICES=/dev/dri/card0 231 - exec sway --unsupported-gpu 232 - fi 233 - ''; 234 211 }; 235 212 services = { 236 213 gpg-agent = let
users/patriot/wallpaper.png

This is a binary file and will not be displayed.