feat: moved TODO to issues
This commit is contained in:
parent
a05748ee28
commit
9570cea5dc
|
@ -131,7 +131,6 @@
|
|||
inputs.nixpkgs-wayland.overlay
|
||||
];
|
||||
inherit system;
|
||||
# TODO fix this to only allow specific unfree packages
|
||||
config.allowUnfree = true;
|
||||
};
|
||||
|
||||
|
|
|
@ -29,7 +29,6 @@
|
|||
IPv6PrivacyExtensions = "yes";
|
||||
MulticastDNS = true;
|
||||
};
|
||||
# TODO: change dns to own when at home
|
||||
dns = ["9.9.9.9"];
|
||||
dhcpV4Config.RouteMetric = 40;
|
||||
dhcpV6Config.RouteMetric = 40;
|
||||
|
|
|
@ -3,7 +3,6 @@
|
|||
inputs.nixos-hardware.nixosModules.common-pc
|
||||
inputs.nixos-hardware.nixosModules.common-pc-ssd
|
||||
|
||||
# TODO: sollte entfernt werden für server
|
||||
../../modules/config
|
||||
../../modules/optional/initrd-ssh.nix
|
||||
../../modules/optional/secureboot.nix
|
||||
|
|
|
@ -47,10 +47,5 @@
|
|||
templates.flake = inputs.templates;
|
||||
};
|
||||
};
|
||||
# TODO!!!!!!!
|
||||
# Bad nodejs
|
||||
nixpkgs.config.permittedInsecurePackages = [
|
||||
"nodejs-16.20.0"
|
||||
];
|
||||
system.stateVersion = stateVersion;
|
||||
}
|
||||
|
|
|
@ -13,6 +13,9 @@
|
|||
autoEnable = false;
|
||||
polarity = "dark";
|
||||
image = config.lib.stylix.pixel "base00";
|
||||
base16Scheme = "${pkgs.base16-schemes}/share/themes/da-one-black.yaml";
|
||||
base16Scheme = "${pkgs.base16-schemes}/share/themes/helios.yaml";
|
||||
override = {
|
||||
base00 = "#000000";
|
||||
};
|
||||
};
|
||||
}
|
||||
|
|
|
@ -14,6 +14,7 @@ in {
|
|||
};
|
||||
#bindkeysToCode = true;
|
||||
window.titlebar = false;
|
||||
floating.titlebar = false;
|
||||
workspaceOutputAssign = [
|
||||
{
|
||||
workspace = "1";
|
||||
|
|
|
@ -7,10 +7,6 @@
|
|||
../starfish.nix
|
||||
];
|
||||
|
||||
# for zsh-histdb
|
||||
# TODO replace sqlite inplace with nix path
|
||||
home.packages = [pkgs.sqlite];
|
||||
|
||||
# save history in xdg data home
|
||||
home.sessionVariables.HISTDB_FILE = "${config.xdg.dataHome}/zsh/history.db";
|
||||
|
||||
|
@ -55,7 +51,6 @@
|
|||
src = "${pkgs.zsh-fast-syntax-highlighting}/share/zsh/site-functions";
|
||||
}
|
||||
{
|
||||
# TODO change to separate packages
|
||||
name = "zsh-histdb";
|
||||
src = pkgs.zsh-histdb;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue