rust and half of zsh
This commit is contained in:
parent
abacd37b22
commit
ac0ecdb0ed
2 changed files with 39 additions and 48 deletions
|
@ -6,9 +6,6 @@
|
|||
|
||||
{
|
||||
|
||||
# nixpkgs.overlays = [
|
||||
# (import "${fetchTarball "https://github.com/nix-community/fenix/archive/main.tar.gz"}/overlay.nix")
|
||||
# ];
|
||||
|
||||
imports =
|
||||
[ # Include the results of the hardware scan.
|
||||
|
@ -87,46 +84,20 @@
|
|||
isNormalUser = true;
|
||||
extraGroups = [ "wheel" ]; # Enable ‘sudo’ for the user.
|
||||
};
|
||||
# packages here
|
||||
# home-manager.users.fossil = {
|
||||
# home.packages = with pkgs; [
|
||||
# kitty
|
||||
# firefox
|
||||
# thunderbird
|
||||
# cmus
|
||||
#
|
||||
# zsh
|
||||
# zoxide
|
||||
# zsh-vi-mode
|
||||
# zsh-autopair
|
||||
# zsh-nix-shell
|
||||
# oh-my-zsh
|
||||
# zsh-completions
|
||||
# zsh-powerlevel10k
|
||||
# zsh-autocomplete
|
||||
# zsh-fast-syntax-highlighting
|
||||
# zsh-history-search-multi-word
|
||||
# nix-zsh-completions
|
||||
|
||||
# ];
|
||||
# };
|
||||
|
||||
programs.zsh.enable = true;
|
||||
users.defaultUserShell = pkgs.zsh;
|
||||
|
||||
# List packages installed in system profile. To search, run:
|
||||
# $ nix search wget
|
||||
environment.systemPackages = with pkgs; [
|
||||
helix
|
||||
rnix-lsp
|
||||
|
||||
home-manager
|
||||
git
|
||||
# gcc
|
||||
# llvm
|
||||
# rust-analyzer-nightly
|
||||
# (fenix.complete.withComponents [
|
||||
# "cargo"
|
||||
# "clippy"
|
||||
# "rust-src"
|
||||
# "rustc"
|
||||
# "rustfmt"
|
||||
# ])
|
||||
|
||||
zsh
|
||||
];
|
||||
|
||||
# Some programs need SUID wrappers, can be configured further or are
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue