Configuration for my NixOS based systems and Home Manager
0
fork

Configure Feed

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

UPDATE: NixOS 25.05

+3 -4
+2 -2
gui.nix
··· 37 37 extraPackages = with pkgs; [ 38 38 amdvlk 39 39 libva 40 - mesa.drivers 40 + mesa 41 41 rocmPackages.clr.icd 42 42 ]; 43 43 }; ··· 54 54 noto-fonts-cjk-sans 55 55 noto-fonts-emoji 56 56 noto-fonts-extra 57 - (nerdfonts.override { fonts = [ "FiraCode" ]; }) 57 + nerd-fonts.fira-code 58 58 ]; 59 59 60 60 # Polkit is a dependency of Sway. It's responsible for handling security policies
-1
noah-home.nix
··· 137 137 slack 138 138 139 139 # Python dev tools 140 - ruff-lsp 141 140 pyright 142 141 python311Packages.python-lsp-server 143 142 python311Packages.python-lsp-ruff
+1 -1
users.nix
··· 1 1 { pkgs, lib, ... }: 2 2 let 3 3 home-manager = builtins.fetchTarball 4 - "https://github.com/nix-community/home-manager/archive/release-24.11.tar.gz"; 4 + "https://github.com/nix-community/home-manager/archive/release-25.05.tar.gz"; 5 5 in 6 6 { 7 7