Compare commits

..

No commits in common. "aa415ed0e6193119d1d7f2f2eccad3ceefd78a90" and "4024e3510bebb17f7f4925d7e650458fa883ed14" have entirely different histories.

2 changed files with 15 additions and 13 deletions

24
flake.lock generated
View file

@ -88,11 +88,11 @@
},
"crane": {
"locked": {
"lastModified": 1742085745,
"narHash": "sha256-QkT5Bg6m40We/w9n5ljCsWRJs29qQM6+MztDBduYvfU=",
"lastModified": 1741481578,
"narHash": "sha256-JBTSyJFQdO3V8cgcL08VaBUByEU6P5kXbTJN6R0PFQo=",
"owner": "ipetkov",
"repo": "crane",
"rev": "1715a8fa7258bcf74ff645541d8d4ab4c53c4f6b",
"rev": "bb1c9567c43e4434f54e9481eb4b8e8e0d50f0b5",
"type": "github"
},
"original": {
@ -148,11 +148,11 @@
]
},
"locked": {
"lastModified": 1741955947,
"narHash": "sha256-2lbURKclgKqBNm7hVRtWh0A7NrdsibD0EaWhahUVhhY=",
"lastModified": 1741879521,
"narHash": "sha256-GylyCwdUe2Kd69bC8txEX+A3H/DXBZl2a+GcmTcJw/g=",
"owner": "nix-community",
"repo": "home-manager",
"rev": "4e12151c9e014e2449e0beca2c0e9534b96a26b4",
"rev": "1b0efe3d335f452595512c7b275e5dddfbfb28a5",
"type": "github"
},
"original": {
@ -201,11 +201,11 @@
"treefmt-nix": []
},
"locked": {
"lastModified": 1741960956,
"narHash": "sha256-mPvLyVqjQZ24Nk7SiZwv7O+iO0xhnzbINGlulljxeJQ=",
"lastModified": 1741671600,
"narHash": "sha256-79gH3rHZz20x/8/+3Vg11gnokmx9TZESrYv0nmopABA=",
"owner": "soopyc",
"repo": "mystia",
"rev": "1d336d0553be62757155a61bc56fd697f10bb985",
"rev": "3350923aec0fafa5918f4795dc4bc9f611215fc5",
"type": "github"
},
"original": {
@ -237,11 +237,11 @@
},
"nixpkgs": {
"locked": {
"lastModified": 1742069588,
"narHash": "sha256-C7jVfohcGzdZRF6DO+ybyG/sqpo1h6bZi9T56sxLy+k=",
"lastModified": 1741851582,
"narHash": "sha256-cPfs8qMccim2RBgtKGF+x9IBCduRvd/N5F4nYpU0TVE=",
"owner": "NixOS",
"repo": "nixpkgs",
"rev": "c80f6a7e10b39afcc1894e02ef785b1ad0b0d7e5",
"rev": "6607cf789e541e7873d40d3a8f7815ea92204f32",
"type": "github"
},
"original": {

View file

@ -33,7 +33,9 @@
hardware.graphics = {
enable = true;
extraPackages = [ pkgs.mesa ];
extraPackages = with pkgs; [
mesa.drivers
];
};
services = {