mainly alacritty stuff
This commit is contained in:
parent
57f2638f0e
commit
6869c2acbd
8 changed files with 134 additions and 10 deletions
5
hosts/common/optional/ckb-next.nix
Normal file
5
hosts/common/optional/ckb-next.nix
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
{
|
||||
hardware.ckb-next = {
|
||||
enable = true;
|
||||
};
|
||||
}
|
||||
4
hosts/common/optional/flatpak.nix
Normal file
4
hosts/common/optional/flatpak.nix
Normal file
|
|
@ -0,0 +1,4 @@
|
|||
{
|
||||
# flatpak
|
||||
services.flatpak.enable = true;
|
||||
}
|
||||
|
|
@ -12,4 +12,10 @@
|
|||
};
|
||||
};
|
||||
};
|
||||
|
||||
# adds alacritty to nautilus
|
||||
programs.nautilus-open-any-terminal = {
|
||||
enable = true;
|
||||
terminal = "alacritty";
|
||||
};
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue