Compare commits
No commits in common. "81bb301ee2f2fb1c9253efc8f840bd19ee585e90" and "de26a1adc40e190e408b6fbb827203bfba0798d9" have entirely different histories.
81bb301ee2
...
de26a1adc4
3 changed files with 1 additions and 11 deletions
|
|
@ -3,7 +3,7 @@
|
||||||
|
|
||||||
inputs = {
|
inputs = {
|
||||||
secrets = {
|
secrets = {
|
||||||
url = "git+ssh://forgejo@git.everest.sable-pancake.ts.net:4222/Toast/nix-secrets";
|
url = "git+http://git.everest.sable-pancake.ts.net/Toast/nix-secrets";
|
||||||
flake = false;
|
flake = false;
|
||||||
};
|
};
|
||||||
nixpkgs-raw.url = "nixpkgs/nixos-23.11";
|
nixpkgs-raw.url = "nixpkgs/nixos-23.11";
|
||||||
|
|
|
||||||
|
|
@ -6,7 +6,6 @@
|
||||||
./idea.nix
|
./idea.nix
|
||||||
./vscode.nix
|
./vscode.nix
|
||||||
./helix.nix
|
./helix.nix
|
||||||
./unity.nix
|
|
||||||
];
|
];
|
||||||
|
|
||||||
environment.systemPackages = with pkgs; [
|
environment.systemPackages = with pkgs; [
|
||||||
|
|
|
||||||
|
|
@ -1,9 +0,0 @@
|
||||||
{ pkgs, ... }:
|
|
||||||
|
|
||||||
{
|
|
||||||
home-manager.users.toast = {
|
|
||||||
home.packages = [(
|
|
||||||
pkgs.unityhub
|
|
||||||
)];
|
|
||||||
};
|
|
||||||
}
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue