1
0
forked from extern/nix-config

meta: Include fish/starship in all containers

This commit is contained in:
Donovan Glover 2023-06-22 13:06:00 -04:00
parent 7f210f074e
commit 7a07f70f7c
No known key found for this signature in database
GPG Key ID: EA7408A77AE1BE65
2 changed files with 2 additions and 21 deletions

View File

@ -41,27 +41,6 @@
../modules/pipewire.nix
];
programs = {
fish.enable = true;
neovim.enable = true;
starship.enable = true;
};
users = {
defaultUserShell = pkgs.fish;
mutableUsers = false;
allowNoPasswordLogin = true;
users.user = {
isNormalUser = true;
home = "/home/user";
};
};
environment = {
shells = with pkgs; [ fish ];
};
environment.systemPackages = with pkgs; [
wineWowPackages.stagingFull
winetricks

View File

@ -8,7 +8,9 @@
];
home-manager.sharedModules = [
./home/fish.nix
./home/gtk.nix
./home/starship.nix
./home/xcursor.nix
./home/xresources.nix
];