add nb-new
This commit is contained in:
17
hosts/nb-new.cloonar.com/modules/sway/parsec.nix
Normal file
17
hosts/nb-new.cloonar.com/modules/sway/parsec.nix
Normal file
@@ -0,0 +1,17 @@
|
||||
{ pkgs, ... }:
|
||||
|
||||
let
|
||||
unstable = import (fetchTarball https://nixos.org/channels/nixos-unstable/nixexprs.tar.xz) {
|
||||
config = { allowUnfree = true; };
|
||||
};
|
||||
parsecDesktopItem = pkgs.makeDesktopItem {
|
||||
name = "parsec";
|
||||
desktopName = "Parsec Gaming";
|
||||
exec = "parsecd";
|
||||
};
|
||||
in {
|
||||
environment.systemPackages = with pkgs; [
|
||||
unstable.parsec-bin
|
||||
parsecDesktopItem
|
||||
];
|
||||
}
|
||||
Reference in New Issue
Block a user