Nix Flakes configuration for MacOS, NixOS and WSL
0
fork

Configure Feed

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

feat(loki): update kernel and nvidia driver

+16 -21
+9 -9
flake.lock
··· 7 7 ] 8 8 }, 9 9 "locked": { 10 - "lastModified": 1732016537, 11 - "narHash": "sha256-XwXUK+meYnlhdQz2TVE4Wv+tsx1CkdGbDPt1tRzCNH4=", 10 + "lastModified": 1732420287, 11 + "narHash": "sha256-CzvYF4x6jUh/+NEEIFrIY5t1W/N3IA2bNZJiMXu9GTo=", 12 12 "owner": "LnL7", 13 13 "repo": "nix-darwin", 14 - "rev": "61cee20168a3ebb71a9efd70a55adebaadfbe4d4", 14 + "rev": "3c52583b99666a349a6219dc1f0dd07d75c82d6a", 15 15 "type": "github" 16 16 }, 17 17 "original": { ··· 114 114 ] 115 115 }, 116 116 "locked": { 117 - "lastModified": 1731880681, 118 - "narHash": "sha256-FmYTkIyPBUxSWgA7DPIVTsCCMvSSbs56yOtHpLNSnKg=", 117 + "lastModified": 1732466619, 118 + "narHash": "sha256-T1e5oceypZu3Q8vzICjv1X/sGs9XfJRMW5OuXHgpB3c=", 119 119 "owner": "nix-community", 120 120 "repo": "home-manager", 121 - "rev": "aecd341dfead1c3ef7a3c15468ecd71e8343b7c6", 121 + "rev": "f3111f62a23451114433888902a55cf0692b408d", 122 122 "type": "github" 123 123 }, 124 124 "original": { ··· 247 247 }, 248 248 "unstable": { 249 249 "locked": { 250 - "lastModified": 1731890469, 251 - "narHash": "sha256-D1FNZ70NmQEwNxpSSdTXCSklBH1z2isPR84J6DQrJGs=", 250 + "lastModified": 1732238832, 251 + "narHash": "sha256-sQxuJm8rHY20xq6Ah+GwIUkF95tWjGRd1X8xF+Pkk38=", 252 252 "owner": "nixos", 253 253 "repo": "nixpkgs", 254 - "rev": "5083ec887760adfe12af64830a66807423a859a7", 254 + "rev": "8edf06bea5bcbee082df1b7369ff973b91618b8d", 255 255 "type": "github" 256 256 }, 257 257 "original": {
-11
homes/x86_64-linux/cosmeak@loki/default.nix
··· 5 5 home.packages = with pkgs; with inputs; [ 6 6 brave 7 7 btop 8 - # discord 9 - deno 10 - github-desktop 11 8 just 12 9 lazygit 13 10 lutris 14 - modrinth-app 15 - nodejs_20 16 11 obs-studio 17 12 obsidian 18 - php83 19 - php83Packages.composer 20 13 prismlauncher 21 - python310 22 14 spotify 23 - termius 24 15 thunderbird 25 - unzip 26 16 vesktop 27 17 vscodium 28 18 zed-editor 29 19 zen-browser.packages.${system}.specific 30 - zip 31 20 ]; 32 21 33 22 # You do not need to change this if you're reading this in the future.
+1 -1
modules/nixos/hardware/gpu/nvidia/default.nix
··· 18 18 19 19 services.xserver.videoDrivers = [ "nvidia" ]; 20 20 hardware.nvidia = { 21 - package = config.boot.kernelPackages.nvidiaPackages.production; 21 + package = config.boot.kernelPackages.nvidiaPackages.beta; 22 22 modesetting.enable = true; 23 23 powerManagement.enable = false; 24 24 powerManagement.finegrained = false;
+4
overlays/modrinth-app/default.nix
··· 1 + { channels, ... }: 2 + final: prev: { 3 + # inherit (channels.unstable) modrinth-app; 4 + }
+2
systems/x86_64-linux/loki/default.nix
··· 27 27 }; 28 28 }; 29 29 30 + boot.kernelPackages = pkgs.linuxPackages_latest; 30 31 # boot.kernelPackages = pkgs.linuxPackages_cachyos; 31 32 # chaotic.scx.enable = true; # by default uses scx_rustland scheduler 32 33 # chaotic.scx.scheduler = "scx_rusty"; ··· 41 42 mangohud 42 43 protonup 43 44 kitty 45 + modrinth-app 44 46 ]; 45 47 46 48 # Define a user account. Don't forget to set a password with ‘passwd’.
systems/x86_64-linux/loki/disks.nix

This is a binary file and will not be displayed.