diff options
| author | Mike Vink <mike@pionative.com> | 2024-07-14 18:04:40 +0200 |
|---|---|---|
| committer | Mike Vink <mike@pionative.com> | 2024-07-14 18:04:40 +0200 |
| commit | 463a63896235cd7746041ba9561f94eb689fefca (patch) | |
| tree | a6af8c61e4a927ebe3870ddd211eb178f457c1d3 /profiles/core | |
| parent | f9108a2fb05bab0e9500bb085ed5da90dfd90785 (diff) | |
rename services.libinput
Diffstat (limited to 'profiles/core')
| -rw-r--r-- | profiles/core/home.nix | 4 | ||||
| -rw-r--r-- | profiles/core/meta.nix | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/profiles/core/home.nix b/profiles/core/home.nix index 96157ff..3a581eb 100644 --- a/profiles/core/home.nix +++ b/profiles/core/home.nix @@ -159,7 +159,7 @@ } fzf-stern () { - kubectl config set-context --current --namespace "$1" + kubectl config set-context --current --namespace "$1" && kubectl stern -n "$1" "$2" --color always 2>&1 | fzf --ansi --tail 100000 --tac --no-sort --exact \ --bind 'ctrl-o:execute:kubectl logs {1} | nvim -' \ @@ -233,7 +233,7 @@ k = "kubectl "; d = "docker "; ls = "ls --color=auto"; - s = "${if machine.isDarwin then "darwin-rebuild" else "sudo nixos-rebuild"} switch --flake ${config.my.home}/flake#${config.networking.hostName}"; + s = "${if machine.isDarwin then "darwin-rebuild" else "sudo nixos-rebuild"} switch --flake /nix-config#${config.networking.hostName}"; b = "/run/current-system/bin/switch-to-configuration boot"; v = "vremote"; lf = "lfub"; diff --git a/profiles/core/meta.nix b/profiles/core/meta.nix index add9b34..0cf0c1c 100644 --- a/profiles/core/meta.nix +++ b/profiles/core/meta.nix @@ -1,6 +1,6 @@ {inputs,lib,config, ...}: with lib; { lib.meta = { - configPath = "${config.my.home}/flake"; + configPath = "/nix-config"; mkMutableSymlink = path: config.hm.lib.file.mkOutOfStoreSymlink (config.lib.meta.configPath + removePrefix (toString inputs.self) (toString path)); |
