my nixos dotfiles :3 (git.koi.rip mirror) git.koi.rip/koi/dotfiles
linux dotfiles neovim nixos catppuccin
1
fork

Configure Feed

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

base: tmp improvements

adam bbf9f1e5 ac466ad5

+4 -1
+1 -1
home/modules/programs/zsh.nix
··· 35 35 36 36 nixb = "nom build"; 37 37 nixs = "FF_SKIP=1 nom shell"; 38 - nixdev = "FF_SKIP=1 nom develop -c $SHELL"; 38 + nixdev = "FF_SKIP=1 nom develop -c \"$SHELL\""; 39 39 40 40 diff = "diff --color=auto"; 41 41 grep = "grep --color=auto";
+1
modules/base/boot.nix
··· 1 1 { 2 2 boot = { 3 3 loader.efi.canTouchEfiVariables = true; 4 + tmp.cleanOnBoot = true; 4 5 5 6 kernelParams = [ 6 7 "vt.default_red=30,243,166,249,137,245,148,186,88,243,166,249,137,245,148,166"
+2
modules/base/users/adam.nix
··· 11 11 "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAID9feAlrIVPuVS28tz54/m7pZkjHHL5aVhV2qwBPPceT adam" 12 12 ]; 13 13 }; 14 + 15 + systemd.tmpfiles.rules = [ "d /tmp/downloads 2700 adam users -" ]; 14 16 }