Compare commits
No commits in common. "a694d46ae44fbd46d0907401aadcb894f95787b5" and "d0402bf51c2d63a2f55ae029da93f9bb33899436" have entirely different histories.
a694d46ae4
...
d0402bf51c
|
@ -106,16 +106,16 @@
|
|||
},
|
||||
"nixpkgs_2": {
|
||||
"locked": {
|
||||
"lastModified": 1669061335,
|
||||
"narHash": "sha256-hq6EILj/H/z+kpGyU9X3cy1F6vaRKmNFnRY1y36U6Ow=",
|
||||
"lastModified": 1667811565,
|
||||
"narHash": "sha256-HYml7RdQPQ7X13VNe2CoDMqmifsXbt4ACTKxHRKQE3Q=",
|
||||
"owner": "NixOS",
|
||||
"repo": "nixpkgs",
|
||||
"rev": "bb029673bface2fc9fb807f209f63ca06478a72d",
|
||||
"rev": "667e5581d16745bcda791300ae7e2d73f49fff25",
|
||||
"type": "github"
|
||||
},
|
||||
"original": {
|
||||
"owner": "NixOS",
|
||||
"ref": "22.11-beta",
|
||||
"ref": "nixos-unstable",
|
||||
"repo": "nixpkgs",
|
||||
"type": "github"
|
||||
}
|
||||
|
|
|
@ -5,7 +5,7 @@
|
|||
type = "github";
|
||||
owner = "NixOS";
|
||||
repo = "nixpkgs";
|
||||
ref = "22.11-beta";
|
||||
ref = "nixos-unstable";
|
||||
};
|
||||
|
||||
nixpkgs-unstable-small = {
|
||||
|
|
|
@ -98,7 +98,6 @@
|
|||
my.gui.enable = true;
|
||||
|
||||
services.udev.packages = [pkgs.chrysalis];
|
||||
services.udisks2.enable = true;
|
||||
|
||||
hardware.bluetooth = {
|
||||
enable = true;
|
||||
|
|
Loading…
Reference in a new issue