Sync starship config to freia as well as neovim
This commit is contained in:
parent
24ecf210d5
commit
1ec3a4484c
|
@ -1,16 +1,11 @@
|
|||
{...}: {
|
||||
imports = [./default.nix ./git/work.nix ./ssh/work.nix];
|
||||
programs.fish.functions.arch = ''
|
||||
distrobox list | grep -i archlinux > /dev/null || distrobox create -n arch -i docker.io/library/archlinux:latest -y
|
||||
distrobox enter arch
|
||||
'';
|
||||
programs.fish.functions.nvsync = ''
|
||||
rsync -avz --filter=':- .gitignore' --exclude='.git*'\
|
||||
--delete-during --delete-excluded\
|
||||
$HOME/.config/nvim/ heimdall003.jet.uk:.config/nvim
|
||||
programs.fish.functions.fsync = ''
|
||||
rsync -avz --filter=':- .gitignore' --exclude='.git*'\
|
||||
--delete-during --delete-excluded\
|
||||
$HOME/.config/nvim/ freia:.config/nvim
|
||||
rsync -avz --delete-during --delete-excluded\
|
||||
$HOME/.config/starship.toml freia:.config/starship.toml
|
||||
'';
|
||||
programs.firefox.profiles.default = {
|
||||
settings."browser.startup.homepage" = "https://nucleus.ukaea.uk";
|
||||
|
|
Loading…
Reference in a new issue