mirror of
https://github.com/srid/nixos-config.git
synced 2026-05-11 17:36:07 +08:00
Use explicit hostname
This commit is contained in:
parent
b0ee4cf166
commit
ba090bc142
3 changed files with 1 additions and 4 deletions
2
justfile
2
justfile
|
|
@ -9,7 +9,7 @@ system:
|
|||
# Activate local home configuration
|
||||
[group('main')]
|
||||
home:
|
||||
nix run . $USER@
|
||||
nix run . $USER@$HOSTNAME
|
||||
|
||||
# Update primary flame inputs
|
||||
update:
|
||||
|
|
|
|||
|
|
@ -3,7 +3,6 @@
|
|||
imports = [
|
||||
./all/tmux.nix
|
||||
./all/neovim
|
||||
# ./helix.nix
|
||||
./all/ssh.nix
|
||||
./all/starship.nix
|
||||
./all/terminal.nix
|
||||
|
|
@ -11,9 +10,7 @@
|
|||
./all/git.nix
|
||||
./all/direnv.nix
|
||||
./all/zellij.nix
|
||||
# ./nushell.nix
|
||||
./all/just.nix
|
||||
# ./powershell.nix
|
||||
./all/juspay.nix
|
||||
|
||||
./all/_1password.nix
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue