implementing modules for system applications
This commit is contained in:
@@ -12,10 +12,12 @@
|
||||
];
|
||||
|
||||
environment = {
|
||||
systemPackages = [
|
||||
pkgs.git
|
||||
pkgs.scx
|
||||
pkgs.stow
|
||||
systemPackages = with pkgs; [
|
||||
git
|
||||
scx
|
||||
stow
|
||||
winetricks
|
||||
protonup
|
||||
];
|
||||
localBinInPath = true;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user