Compare commits
No commits in common. "86fb1b3819d9002e2fdcfbadb1fa869fbd1f796f" and "ceece65878a484ee5072447ab5ca971cc7b0b867" have entirely different histories.
86fb1b3819
...
ceece65878
4 changed files with 0 additions and 16 deletions
|
@ -5,7 +5,6 @@
|
||||||
environment.systemPackages = with pkgs; [
|
environment.systemPackages = with pkgs; [
|
||||||
git
|
git
|
||||||
inetutils
|
inetutils
|
||||||
lshw
|
|
||||||
parted
|
parted
|
||||||
wget
|
wget
|
||||||
];
|
];
|
||||||
|
|
1
hive.nix
1
hive.nix
|
@ -10,7 +10,6 @@ in {
|
||||||
allowUnfree = true;
|
allowUnfree = true;
|
||||||
packageOverrides = pkgs: {
|
packageOverrides = pkgs: {
|
||||||
agenix = (import sources.agenix { inherit pkgs; }).agenix;
|
agenix = (import sources.agenix { inherit pkgs; }).agenix;
|
||||||
nur = (import sources.nur { inherit pkgs; });
|
|
||||||
vscode-extensions = (import sources.nix-vscode-extensions).extensions.x86_64-linux; # TODO: This should check the host architecture
|
vscode-extensions = (import sources.nix-vscode-extensions).extensions.x86_64-linux; # TODO: This should check the host architecture
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
|
@ -16,8 +16,6 @@
|
||||||
keepassxc
|
keepassxc
|
||||||
thunderbird
|
thunderbird
|
||||||
tor-browser-bundle-bin
|
tor-browser-bundle-bin
|
||||||
|
|
||||||
nur.repos.qenya.digitalalovestory-bin
|
|
||||||
];
|
];
|
||||||
programs.chromium.enable = true;
|
programs.chromium.enable = true;
|
||||||
|
|
||||||
|
|
|
@ -44,18 +44,6 @@
|
||||||
"name": "nixos-24.05",
|
"name": "nixos-24.05",
|
||||||
"url": "https://releases.nixos.org/nixos/24.05/nixos-24.05.1503.752c634c09ce/nixexprs.tar.xz",
|
"url": "https://releases.nixos.org/nixos/24.05/nixos-24.05.1503.752c634c09ce/nixexprs.tar.xz",
|
||||||
"hash": "0rl95c97s2ad1sg7h8dxdsiarmacbi38gwmcy9a9a4blsaa43ahm"
|
"hash": "0rl95c97s2ad1sg7h8dxdsiarmacbi38gwmcy9a9a4blsaa43ahm"
|
||||||
},
|
|
||||||
"nur": {
|
|
||||||
"type": "Git",
|
|
||||||
"repository": {
|
|
||||||
"type": "GitHub",
|
|
||||||
"owner": "nix-community",
|
|
||||||
"repo": "NUR"
|
|
||||||
},
|
|
||||||
"branch": "master",
|
|
||||||
"revision": "255122407be8684afd4627ff97331491e127f15a",
|
|
||||||
"url": "https://github.com/nix-community/NUR/archive/255122407be8684afd4627ff97331491e127f15a.tar.gz",
|
|
||||||
"hash": "1xl0hwsjhn9px8fjq332ri6g6hz7hclgzlc0wpxivbdcj0ydllwj"
|
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"version": 3
|
"version": 3
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue