Server
This commit is contained in:
parent
2591fe68a8
commit
dbc2ede2fe
9 changed files with 157 additions and 3 deletions
|
|
@ -11,6 +11,7 @@
|
|||
syntaxHighlighting.enable = true;
|
||||
autosuggestion.enable = true;
|
||||
initContent = ''
|
||||
ZSH_AUTOSUGGEST_USE_ASYNC=false
|
||||
fastfetch -c examples/11
|
||||
'';
|
||||
oh-my-zsh = {
|
||||
|
|
|
|||
|
|
@ -5,8 +5,6 @@
|
|||
programs.firefox.enable = true;
|
||||
programs.hyprland.enable = true;
|
||||
|
||||
services.gtkapps.enable = true;
|
||||
services.gtkbar.enable = true;
|
||||
|
||||
# List packages installed in system profile.
|
||||
environment.systemPackages = with pkgs; [
|
||||
|
|
|
|||
|
|
@ -11,7 +11,6 @@
|
|||
"docker"
|
||||
]; # Enable ‘sudo’ for the user.
|
||||
packages = with pkgs; [
|
||||
zed-editor
|
||||
cargo
|
||||
clang
|
||||
clang-tools
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue