Add speed dreams file (no-app-image)
This commit is contained in:
9
applications/speed-dreams.nix
Normal file
9
applications/speed-dreams.nix
Normal file
@@ -0,0 +1,9 @@
|
|||||||
|
{ config, pkgs, lib, ... }:
|
||||||
|
let
|
||||||
|
profile = import ./profile.nix;
|
||||||
|
in
|
||||||
|
{
|
||||||
|
environment.systemPackages = with pkgs; [
|
||||||
|
speed_dreams
|
||||||
|
];
|
||||||
|
}
|
||||||
Reference in New Issue
Block a user