Compare commits

..

No commits in common. "5728da35dc4a63ee60aae046288e8a3ef93d81e4" and "9843771e1a3375cb18bcbf7efb3524ceb17d52fa" have entirely different histories.

3 changed files with 13 additions and 15 deletions

View file

@ -56,7 +56,7 @@
}; };
# ------------ kernel ------------------------------------------------------- # ------------ kernel -------------------------------------------------------
boot.kernelPackages = pkgs.linuxKernel.packages.linux_6_2; boot.kernelPackages = pkgs.linuxKernel.packages.linux_6_1;
# ------------ time, location & input --------------------------------------- # ------------ time, location & input ---------------------------------------
# Set your time zone. # Set your time zone.

View file

@ -7,11 +7,11 @@
] ]
}, },
"locked": { "locked": {
"lastModified": 1682588420, "lastModified": 1681809359,
"narHash": "sha256-bIRJA9Kw4TI87FHUVfw0UuSw/swTQ4EaARL1JuKtWoA=", "narHash": "sha256-2V/7P10oIfhh6bAJ0rGeTTtrTyvgAqFcpAD75Ld2hw0=",
"owner": "Feliix42", "owner": "Feliix42",
"repo": "mlir.nix", "repo": "mlir.nix",
"rev": "021cea4dce3f55a5b86c523c9389b888610e6825", "rev": "9baa65425de92a4b0ed395e6639f3869afe7eb29",
"type": "github" "type": "github"
}, },
"original": { "original": {
@ -23,11 +23,11 @@
}, },
"nixos-hardware": { "nixos-hardware": {
"locked": { "locked": {
"lastModified": 1683009613, "lastModified": 1680876084,
"narHash": "sha256-jJh8JaoHOLlk7iFLgZk1PlxCCNA2KTKfOLMLCa9mduA=", "narHash": "sha256-eP9yxP0wc7XuVaODugh+ajgbFGaile2O1ihxiLxOuvU=",
"owner": "NixOS", "owner": "NixOS",
"repo": "nixos-hardware", "repo": "nixos-hardware",
"rev": "7dc46304675f4ff2d6be921ef60883efd31363c4", "rev": "3006d2860a6ed5e01b0c3e7ffb730e9b293116e2",
"type": "github" "type": "github"
}, },
"original": { "original": {
@ -39,11 +39,11 @@
}, },
"nixpkgs": { "nixpkgs": {
"locked": { "locked": {
"lastModified": 1682817260, "lastModified": 1682303062,
"narHash": "sha256-kFMXzKNj4d/0Iqbm5l57rHSLyUeyCLMuvlROZIuuhvk=", "narHash": "sha256-x+KAADp27lbxeoPXLUMxKcRsUUHDlg+qVjt5PjgBw9A=",
"owner": "NixOS", "owner": "NixOS",
"repo": "nixpkgs", "repo": "nixpkgs",
"rev": "db1e4eeb0f9a9028bcb920e00abbc1409dd3ef36", "rev": "f5364316e314436f6b9c8fd50592b18920ab18f9",
"type": "github" "type": "github"
}, },
"original": { "original": {
@ -62,11 +62,11 @@
}, },
"unstable": { "unstable": {
"locked": { "locked": {
"lastModified": 1682879489, "lastModified": 1682362401,
"narHash": "sha256-sASwo8gBt7JDnOOstnps90K1wxmVfyhsTPPNTGBPjjg=", "narHash": "sha256-/UMUHtF2CyYNl4b60Z2y4wwTTdIWGKhj9H301EDcT9M=",
"owner": "NixOS", "owner": "NixOS",
"repo": "nixpkgs", "repo": "nixpkgs",
"rev": "da45bf6ec7bbcc5d1e14d3795c025199f28e0de0", "rev": "884ac294018409e0d1adc0cae185439a44bd6b0b",
"type": "github" "type": "github"
}, },
"original": { "original": {

View file

@ -7,8 +7,6 @@
# Enable support for flashing new firmware onto my Moonlander # Enable support for flashing new firmware onto my Moonlander
hardware.keyboard.zsa.enable = true; hardware.keyboard.zsa.enable = true;
hardware.nvidia.open = true;
services.udev.packages = [ pkgs.libu2f-host ]; services.udev.packages = [ pkgs.libu2f-host ];
# automount usb drives # automount usb drives