house cleaning and defaulted to zsh shell for myself
This commit is contained in:
parent
fccb78d1ff
commit
ce24c83fbb
4 changed files with 65 additions and 47 deletions
13
.modules/features/desktop/applications/speccon18.nix
Normal file
13
.modules/features/desktop/applications/speccon18.nix
Normal file
|
|
@ -0,0 +1,13 @@
|
|||
{ config, pkgs, lib, ... }:
|
||||
{
|
||||
environment.systemPackages = with pkgs; [
|
||||
tailscale
|
||||
firefox
|
||||
vscodium-fhs
|
||||
alacritty
|
||||
starship
|
||||
];
|
||||
programs = {
|
||||
zsh.enable = lib.mkDefault true;
|
||||
};
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue