sway iso
This commit is contained in:
parent
13773b1be3
commit
c62289217c
5 changed files with 62 additions and 0 deletions
6
hosts/liveiso/tools.nix
Normal file
6
hosts/liveiso/tools.nix
Normal file
|
@ -0,0 +1,6 @@
|
|||
{pkgs, ...}: {
|
||||
environment.systemPackages = with pkgs; [
|
||||
neovim
|
||||
parted
|
||||
];
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue