mirror of
https://github.com/Alexandre1a/NixOSDots.git
synced 2026-03-10 00:09:46 +01:00
Added ZSH to nixos
This commit is contained in:
parent
f70c429495
commit
c6d32b1ce3
@ -42,6 +42,8 @@
|
|||||||
swig
|
swig
|
||||||
pandoc
|
pandoc
|
||||||
gh
|
gh
|
||||||
|
fzf
|
||||||
|
eza
|
||||||
|
|
||||||
# GUI apps
|
# GUI apps
|
||||||
vscode
|
vscode
|
||||||
|
|||||||
@ -76,8 +76,15 @@
|
|||||||
};
|
};
|
||||||
|
|
||||||
# Hyrpland Install
|
# Hyrpland Install
|
||||||
programs.hyprland.enable = true;
|
programs = {
|
||||||
|
hyprland = {
|
||||||
|
enable = true;
|
||||||
|
};
|
||||||
|
zsh = {
|
||||||
|
enable = true;
|
||||||
|
enableAutosuggestions = true;
|
||||||
|
};
|
||||||
|
};
|
||||||
# Hint Electron Apps to use Wayland
|
# Hint Electron Apps to use Wayland
|
||||||
environment = {
|
environment = {
|
||||||
sessionVariables.NIXOS_OZONE_WL = "1";
|
sessionVariables.NIXOS_OZONE_WL = "1";
|
||||||
|
|||||||
@ -13,5 +13,6 @@
|
|||||||
../../modules/common/spotify.nix # Spotify/Spicetify
|
../../modules/common/spotify.nix # Spotify/Spicetify
|
||||||
../../modules/common/ssh.nix
|
../../modules/common/ssh.nix
|
||||||
../../modules/common/ai.nix
|
../../modules/common/ai.nix
|
||||||
|
#../../modules/home-manager/shell.nix
|
||||||
];
|
];
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user