mirror of
https://github.com/materusPL/nixos-config
synced 2026-06-24 17:36:41 +00:00
common: restructure config, update tmux and wezterm
This commit is contained in:
@@ -38,7 +38,7 @@
|
||||
}:
|
||||
let
|
||||
#region Variables
|
||||
path = builtins.toString ./.;
|
||||
path = toString ./.;
|
||||
files = {
|
||||
ssh-keys = {
|
||||
materus = ./extra-files/ssh/materus.pub;
|
||||
@@ -97,7 +97,7 @@
|
||||
system = arch;
|
||||
config.allowUnfree = true;
|
||||
overlays = [
|
||||
inp.nix-vscode-extensions.overlays.default
|
||||
inp.nix-vscode-extensions.overlays.default
|
||||
];
|
||||
};
|
||||
materusArgs = {
|
||||
|
||||
Reference in New Issue
Block a user