mirror of
https://github.com/tuxdotrs/tawm.git
synced 2025-07-05 20:56:33 +05:30
refactor: use prev system value
This commit is contained in:
@ -3,7 +3,7 @@
|
||||
|
||||
modifications = final: prev: {
|
||||
awesome = inputs.nixpkgs-f2k.packages.${prev.system}.awesome-git;
|
||||
ghostty = inputs.ghostty.packages.x86_64-linux.default;
|
||||
ghostty = inputs.ghostty.packages.${prev.system}.default;
|
||||
cyber-tux = inputs.cyber-tux.packages.${prev.system}.default;
|
||||
discord = prev.discord.override {
|
||||
withOpenASAR = true;
|
||||
|
Reference in New Issue
Block a user