mirror of
https://github.com/Gerg-L/nixos.git
synced 2025-12-10 00:43:56 -05:00
got conditional direnv loading working for zsh and bash
This commit is contained in:
parent
f43d0b741c
commit
f2974e6b13
5 changed files with 29 additions and 19 deletions
|
|
@ -19,6 +19,7 @@
|
|||
kmscon.enable = true;
|
||||
};
|
||||
};
|
||||
boot.binfmt.emulatedSystems = ["aarch64-linux"];
|
||||
hardware.nvidia = {
|
||||
package = config.boot.kernelPackages.nvidiaPackages.beta;
|
||||
nvidiaPersistenced = false;
|
||||
|
|
|
|||
|
|
@ -6,8 +6,6 @@ in {
|
|||
nixpkgs.allowedUnfree = ["spotify"];
|
||||
programs.spicetify = {
|
||||
enable = true;
|
||||
spotifyPackage = spicePkgs.spotify;
|
||||
spicetifyPackage = spicePkgs.spicetify-cli;
|
||||
enabledExtensions = [
|
||||
ex.adblock
|
||||
ex.hidePodcasts
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue