[hosts] add oparic-local-dev
This commit is contained in:
@@ -0,0 +1,17 @@
|
||||
{ config, lib, pkgs, ... }:
|
||||
|
||||
{
|
||||
home.homeDirectory = "/home/origami";
|
||||
|
||||
imports = [
|
||||
../modules/common.nix
|
||||
../modules/shell.nix
|
||||
../modules/zsh.nix
|
||||
../modules/shell-develop.nix
|
||||
../modules/ssh.nix
|
||||
];
|
||||
|
||||
programs.fish.shellAliases = {
|
||||
"flake-update" = "nixos-rebuild switch --use-remote-sudo --flake ${config.home.homeDirectory}/flakes#oparic-local-dev";
|
||||
};
|
||||
}
|
||||
Reference in New Issue
Block a user