mv sam to steam
This commit is contained in:
parent
aef3ab28a2
commit
01b743ebbe
@ -42,7 +42,6 @@
|
|||||||
environment.systemPackages = with pkgs; [
|
environment.systemPackages = with pkgs; [
|
||||||
webcord
|
webcord
|
||||||
obsidian
|
obsidian
|
||||||
samrewritten
|
|
||||||
libsForQt5.kdenlive
|
libsForQt5.kdenlive
|
||||||
floorp
|
floorp
|
||||||
komikku
|
komikku
|
||||||
|
|||||||
@ -11,5 +11,6 @@ in
|
|||||||
|
|
||||||
config = mkIf config.smayzy.steam.enable {
|
config = mkIf config.smayzy.steam.enable {
|
||||||
programs.steam.enable = true;
|
programs.steam.enable = true;
|
||||||
|
environment.systemPackages = with pkgs; [ samrewritten ];
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user