mirror of
https://github.com/donovanglover/nix-config.git
synced 2024-12-31 19:19:15 +01:00
meta: Include fish/starship in all containers
This commit is contained in:
parent
7f210f074e
commit
7a07f70f7c
@ -41,27 +41,6 @@
|
|||||||
../modules/pipewire.nix
|
../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; [
|
environment.systemPackages = with pkgs; [
|
||||||
wineWowPackages.stagingFull
|
wineWowPackages.stagingFull
|
||||||
winetricks
|
winetricks
|
||||||
|
Loading…
Reference in New Issue
Block a user