1
Fork 0
mirror of https://github.com/RGBCube/ncc synced 2025-07-29 11:07:44 +00:00

Fix hardware configuration, add nvidia and remove swap

This commit is contained in:
RGBCube 2024-06-13 14:08:25 +03:00
parent 765f4fa84f
commit 9c362a3526
Signed by: RGBCube
SSH key fingerprint: SHA256:CzqbPcfwt+GxFYNnFVCqoN5Itn4YFrshg1TrnACpA5M
4 changed files with 28 additions and 7 deletions

View file

@ -20,6 +20,8 @@
inputs = {
nixpkgs.url = "github:NixOS/nixpkgs/nixos-unstable";
hardware.url = "github:NixOS/nixos-hardware";
homeManager = {
url = "github:nix-community/home-manager";