mirror of
https://github.com/sadan4/dotfiles.git
synced 2025-06-20 19:27:03 -04:00
66 current 2024-04-24 17:07:58 24.05.20240419.5c24cf2 6.6.28 *
This commit is contained in:
parent
5122167561
commit
2de128b3c1
3 changed files with 118 additions and 33 deletions
|
@ -76,7 +76,12 @@ services.xserver = {
|
|||
];
|
||||
shell = pkgs.zsh;
|
||||
};
|
||||
programs.zsh.enable = true;
|
||||
|
||||
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;
|
||||
|
|
|
@ -8,7 +8,6 @@
|
|||
# manage.
|
||||
home.username = "meyer";
|
||||
home.homeDirectory = "/home/meyer";
|
||||
|
||||
programs = {
|
||||
|
||||
};
|
||||
|
@ -38,7 +37,6 @@ prismlauncher
|
|||
google-chrome
|
||||
bitwarden
|
||||
spotify
|
||||
steam
|
||||
vscodium
|
||||
vesktop
|
||||
kitty
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue