NixOS + home-manager configs, mirrored from GitLab SaaS. gitlab.com/andreijiroh-dev/nixops-config
nix-flake nixos home-manager nixpkgs nix-flakes
1
fork

Configure Feed

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

cleanup and stuff

Signed-off-by: Andrei Jiroh Halili <ajhalili2006@andreijiroh.dev>

+8 -1
+7
shared/home-manager/desktop.nix
··· 5 5 home.packages = with pkgs; [ 6 6 _1password-gui 7 7 firefoxpwa 8 + rpi-imager 8 9 kdePackages.krfb 9 10 #mysql-workbench 10 11 remmina 11 12 gparted 13 + 14 + # workaround: https://discourse.nixos.org/t/need-help-with-resolving-missing-dependencies-for-auto-patchelf-on-termius/69722/2?u=ajhalili2006 15 + (pkgs.termius.overrideAttrs (oldAttrs: { 16 + buildInputs = oldAttrs.buildInputs or [ ] ++ [ pkgs.sqlite ]; 17 + })) 18 + zed-editor 12 19 ]; 13 20 }
+1 -1
shared/home-manager/nogui.nix
··· 24 24 # You should not change this value, even if you update Home Manager. If you do 25 25 # want to update the value, then make sure to first check the Home Manager 26 26 # release notes. 27 - home.stateVersion = "24.11"; # Please read the comment before changing. 27 + home.stateVersion = "25.05"; # Please read the comment before changing. 28 28 29 29 home.sessionPath = [ 30 30 "$HOME/bin"