mirror of
https://github.com/sadan4/dotfiles.git
synced 2025-06-24 05:07:00 -04:00
70 current 2024-04-24 19:18:39 24.05.20240419.5c24cf2 6.6.28 *
This commit is contained in:
parent
e9b7e1e73c
commit
027d69c39a
3 changed files with 25 additions and 28 deletions
|
@ -77,14 +77,19 @@ services.xserver = {
|
|||
shell = pkgs.zsh;
|
||||
};
|
||||
|
||||
|
||||
|
||||
programs.zsh.enable = true;
|
||||
programs.zsh.ohMyZsh.enable = true;
|
||||
programs.zsh.promptInit = "source ${pkgs.zsh-powerlevel10k}/share/zsh-powerlevel10k/powerlevel10k.zsh-theme" + "\n" + "source ${pkgs.zsh-syntax-highlighting}/share/zsh-syntax-highlighting/zsh-syntax-highlighting.zsh";
|
||||
programs.steam.enable = true;
|
||||
programs.steam.extraCompatPackages = with pkgs; [
|
||||
proton-ge-bin
|
||||
];
|
||||
programs.zsh.enable = true;
|
||||
programs.zsh.ohMyZsh.enable = true;
|
||||
programs.zsh.promptInit = "source ${pkgs.zsh-powerlevel10k}/share/zsh-powerlevel10k/powerlevel10k.zsh-theme" + "\n" + "source ${pkgs.zsh-syntax-highlighting}/share/zsh-syntax-highlighting/zsh-syntax-highlighting.zsh";
|
||||
nixpkgs.config.allowUnfree = true;
|
||||
|
||||
|
||||
|
||||
home-manager = {
|
||||
extraSpecialArgs = {inherit inputs;};
|
||||
users = {
|
||||
|
|
|
@ -14,10 +14,6 @@
|
|||
# manage.
|
||||
home.username = "meyer";
|
||||
home.homeDirectory = "/home/meyer";
|
||||
programs = {
|
||||
|
||||
};
|
||||
|
||||
# This value determines the Home Manager release that your configuration is
|
||||
# compatible with. This helps avoid breakage when a new Home Manager release
|
||||
# introduces backwards incompatible changes.
|
||||
|
@ -34,6 +30,7 @@
|
|||
#NODE
|
||||
nodePackages.ts-node
|
||||
nodePackages.prisma
|
||||
prisma-engines
|
||||
#ENDNODE
|
||||
zsh-powerlevel10k
|
||||
zsh-syntax-highlighting
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue