My Nix Infra
nix nixos
0
fork

Configure Feed

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

more pkgs

ydcjeff 7a34df22 72872d54

+10 -7
+8 -6
install/2-pkgs.sh
··· 9 9 pkgs=( 10 10 # kde plasma ofc 11 11 plasma 12 + dolphin 13 + ark 14 + gwenview 15 + mpv 12 16 sddm 13 17 kimageformats 14 18 kwalletmanager ··· 74 78 nano 75 79 neovim 76 80 visual-studio-code-bin 81 + 82 + # browsers 83 + firefox 77 84 brave-bin 78 85 79 86 # vpn ··· 103 110 telegram-desktop 104 111 ) 105 112 106 - if ! has smerge; then 107 - curl -O https://download.sublimetext.com/sublimehq-pub.gpg && sudo pacman-key --add sublimehq-pub.gpg && sudo pacman-key --lsign-key 8A8F901A && rm sublimehq-pub.gpg 108 - echo -e "\n[sublime-text]\nServer = https://download.sublimetext.com/arch/stable/x86_64" | sudo tee -a /etc/pacman.conf 109 - pkgs+=(sublime-merge) 110 - fi 111 - 112 113 paru -Syu --noconfirm --needed ${pkgs[@]} 113 114 114 115 # uv ··· 126 127 curl -L https://nixos.org/nix/install | sh -s -- --no-daemon 127 128 fi 128 129 130 + sudo systemctl enable sddm 129 131 sudo systemctl enable reflector.timer 130 132 sudo systemctl restart reflector.timer
+2 -1
install/kde-config.sh
··· 12 12 key=$3 13 13 value=$4 14 14 type={$5:-""} 15 - backup $file 15 + touch "$file" 16 + backup "$file" 16 17 kwriteconfig6 \ 17 18 --file "$file" \ 18 19 --group "$group" \