mirror of
https://github.com/TheWanderingCrow/CrOS.git
synced 2026-01-11 17:54:08 -05:00
16 lines
224 B
Nix
16 lines
224 B
Nix
{
|
|
environment.systemPackages = with pkgs; [
|
|
neovim
|
|
wget
|
|
git
|
|
screen
|
|
curl
|
|
firefox
|
|
fish
|
|
];
|
|
|
|
programs.sway = {
|
|
enable = true;
|
|
wrapperFeatures.gtk = true;
|
|
};
|
|
}
|