remove other stuff
This commit is contained in:
@@ -1,6 +1,5 @@
|
|||||||
{
|
{
|
||||||
inputs,
|
inputs,
|
||||||
pkgs,
|
|
||||||
user,
|
user,
|
||||||
hostname,
|
hostname,
|
||||||
...
|
...
|
||||||
@@ -44,11 +43,6 @@
|
|||||||
../../profiles/zsh.nix
|
../../profiles/zsh.nix
|
||||||
];
|
];
|
||||||
|
|
||||||
home.packages = [
|
|
||||||
inputs.llm-agents.packages.${pkgs.stdenv.hostPlatform.system}.amp
|
|
||||||
inputs.llm-agents.packages.${pkgs.stdenv.hostPlatform.system}.beads
|
|
||||||
];
|
|
||||||
|
|
||||||
programs.git.settings.user.email = "christoph@schmatzler.com";
|
programs.git.settings.user.email = "christoph@schmatzler.com";
|
||||||
};
|
};
|
||||||
|
|
||||||
@@ -57,7 +51,7 @@
|
|||||||
swapDevices = [
|
swapDevices = [
|
||||||
{
|
{
|
||||||
device = "/swapfile";
|
device = "/swapfile";
|
||||||
size = 16 * 1024; # 16GB
|
size = 16 * 1024;
|
||||||
}
|
}
|
||||||
];
|
];
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user