mirror of
https://github.com/jbowdre/dotfiles.git
synced 2024-11-24 18:12:18 +00:00
move vagrant and libvirt to machine-specific config
This commit is contained in:
parent
b42951f307
commit
fde8393c21
2 changed files with 2 additions and 2 deletions
|
@ -35,12 +35,10 @@
|
||||||
fish
|
fish
|
||||||
htop
|
htop
|
||||||
hugo
|
hugo
|
||||||
libvirt
|
|
||||||
packer
|
packer
|
||||||
powershell
|
powershell
|
||||||
terraform
|
terraform
|
||||||
tldr
|
tldr
|
||||||
vagrant
|
|
||||||
vault
|
vault
|
||||||
|
|
||||||
# # It is sometimes useful to fine-tune packages, for example, by applying
|
# # It is sometimes useful to fine-tune packages, for example, by applying
|
||||||
|
|
|
@ -7,8 +7,10 @@
|
||||||
# packages
|
# packages
|
||||||
home.packages = with pkgs; [
|
home.packages = with pkgs; [
|
||||||
firefox-esr
|
firefox-esr
|
||||||
|
libvirt
|
||||||
obsidian
|
obsidian
|
||||||
qFlipper
|
qFlipper
|
||||||
|
vagrant
|
||||||
];
|
];
|
||||||
|
|
||||||
# XDG settings
|
# XDG settings
|
||||||
|
|
Loading…
Reference in a new issue