mirror of
https://github.com/sadan4/dotfiles.git
synced 2024-11-16 14:54:38 -05:00
216 current 2024-08-15 10:21:39 24.11.20240804.cb9a96f 6.10.1-zen1 *
This commit is contained in:
parent
b2f5f31028
commit
827df7e9c8
2 changed files with 1 additions and 29 deletions
|
@ -8,7 +8,6 @@ let
|
|||
shell = import ../../common/shell.nix { inherit config pkgs; };
|
||||
p = import ../../common/pkgs.nix { inherit pkgs config; };
|
||||
_p1 = p.dev ++ p.gui ++ p.general ++ p.scripts ++ p.gaming;
|
||||
ol = p.overlays;
|
||||
zshInitArgs = [
|
||||
"source ${pkgs.zsh-powerlevel10k}/share/zsh-powerlevel10k/powerlevel10k.zsh-theme"
|
||||
"source ${pkgs.zsh-syntax-highlighting}/share/zsh-syntax-highlighting/zsh-syntax-highlighting.zsh"
|
||||
|
@ -69,7 +68,6 @@ nixpkgs.config.allowInsecurePredicate = (pkg: true);
|
|||
# The home.packages option allows you to install Nix packages into your
|
||||
# environment.
|
||||
home.packages = _p1;
|
||||
nixpkgs.overlays = [ol.discord];
|
||||
# Home Manager is pretty good at managing dotfiles. The primary way to manage
|
||||
# plain files is through 'home.file'.
|
||||
home.file = files;
|
||||
|
|
|
@ -36,16 +36,6 @@ in
|
|||
]))
|
||||
nodejs_22
|
||||
];
|
||||
overlays = {
|
||||
discord = (final: prev: {
|
||||
discord = prev.discord.override {
|
||||
# withOpenASAR = false;
|
||||
# withVencord = true;
|
||||
# pname = "Discord";
|
||||
vencord = cpkg.vencord;
|
||||
};
|
||||
});
|
||||
};
|
||||
gui = with pkgs;[
|
||||
python312Packages.openai-whisper
|
||||
cinny-desktop
|
||||
|
@ -67,23 +57,7 @@ in
|
|||
(pkgs.discord.override {
|
||||
withVencord = true;
|
||||
})
|
||||
# discord = cpkg.discord.override {
|
||||
# withOpenASAR = true;
|
||||
# withVencord = true;
|
||||
# };
|
||||
# (self: super: {
|
||||
# discord = super.discord (oldAttrs: {
|
||||
# # mesonFlags = oldAttrs.mesonFlags ++ [ "-Dexperimental=true" ];
|
||||
# withVencord = true;
|
||||
# vencord = cpkg.vencord;
|
||||
# });
|
||||
# })
|
||||
# (pkgs.discord.override {
|
||||
# vencord = cpkg.vencord;
|
||||
# })
|
||||
# (pkgs.vesktop.override {
|
||||
# vencord = cpkg.vencord;
|
||||
# })
|
||||
vesktop
|
||||
xsel
|
||||
spotify
|
||||
pulseaudioFull
|
||||
|
|
Loading…
Reference in a new issue