add nb config
This commit is contained in:
parent
e1447458d7
commit
e238280cfa
33 changed files with 938 additions and 724 deletions
17
hosts/nb-01.cloonar.com/modules/sway/parsec.nix
Normal file
17
hosts/nb-01.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
|
||||
];
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue