Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
elythh committed Aug 30, 2024
1 parent eec990b commit 7f536a9
Show file tree
Hide file tree
Showing 63 changed files with 439 additions and 3,486 deletions.
200 changes: 57 additions & 143 deletions flake.lock

Large diffs are not rendered by default.

27 changes: 9 additions & 18 deletions flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -58,15 +58,11 @@
snowfall-lib.url = "github:snowfallorg/lib";
snowfall-lib.inputs.nixpkgs.follows = "nixpkgs";

snowfall-flake = {
url = "github:snowfallorg/flake";
inputs.nixpkgs.follows = "nixpkgs";
};
snowfall-flake.url = "github:snowfallorg/flake";
snowfall-flake.inputs.nixpkgs.follows = "nixpkgs";

deploy-rs = {
url = "github:serokell/deploy-rs";
inputs.nixpkgs.follows = "nixpkgs";
};
deploy-rs.url = "github:serokell/deploy-rs";
deploy-rs.inputs.nixpkgs.follows = "nixpkgs";

pre-commit-hooks.url = "github:cachix/pre-commit-hooks.nix";
pre-commit-hooks.inputs.nixpkgs.follows = "nixpkgs";
Expand Down Expand Up @@ -134,16 +130,11 @@
# My personal nixvim config
nixvim.url = "github:elythh/nixvim";

# Minecraft Servers
nix-minecraft.url = "github:Infinidoge/nix-minecraft";
nix-index-database.url = "github:nix-community/nix-index-database";
nix-index-database.inputs.nixpkgs.follows = "nixpkgs";

xdg-desktop-portal-hyprland.url = "github:hyprwm/xdg-desktop-portal-hyprland";
xdg-desktop-portal-hyprland.inputs.nixpkgs.follows = "nixpkgs";

nix-index-database = {
url = "github:nix-community/nix-index-database";
inputs.nixpkgs.follows = "nixpkgs";
};
xdg-desktop-portal-hyprland = {
url = "github:hyprwm/xdg-desktop-portal-hyprland";
inputs.nixpkgs.follows = "nixpkgs";
};
};
}
2 changes: 0 additions & 2 deletions homes/x86_64-linux/gwen@grovetender/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -85,10 +85,8 @@ in
enable = true;

dockerEnable = false;
gameEnable = false;
kubernetesEnable = true;
nixEnable = true;
sqlEnable = false;
};

music = enabled;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,6 @@ in
stdin
translate
websearch

];

# the x coordinate of the runner
Expand Down
Loading

0 comments on commit 7f536a9

Please sign in to comment.