virtmsi: system nixos config sessionizer path
This commit is contained in:
parent
d936279851
commit
04de17268a
1 changed files with 4 additions and 0 deletions
|
@ -22,6 +22,10 @@
|
||||||
|
|
||||||
snowhawk.user.username = "ravenshade";
|
snowhawk.user.username = "ravenshade";
|
||||||
|
|
||||||
|
snowhawk.tmux.sessionizer.paths = [
|
||||||
|
"/etc/nixos"
|
||||||
|
];
|
||||||
|
|
||||||
home.packages = with pkgs; [
|
home.packages = with pkgs; [
|
||||||
nix-output-monitor
|
nix-output-monitor
|
||||||
(writeShellScriptBin "rebuild" ''
|
(writeShellScriptBin "rebuild" ''
|
||||||
|
|
Loading…
Reference in a new issue