mirror of
https://github.com/itme-brain/nixos.git
synced 2026-03-24 00:29:43 -04:00
webcord
This commit is contained in:
parent
fbe95d7f52
commit
eef2fe7b5e
2 changed files with 3 additions and 3 deletions
|
|
@ -17,7 +17,7 @@ in
|
||||||
};
|
};
|
||||||
|
|
||||||
home.packages = with pkgs; [
|
home.packages = with pkgs; [
|
||||||
spotify discord showmethekey
|
spotify webcord showmethekey
|
||||||
wineWowPackages.waylandFull lutris
|
wineWowPackages.waylandFull lutris
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
|
|
|
||||||
|
|
@ -59,6 +59,8 @@
|
||||||
execWheelOnly = true;
|
execWheelOnly = true;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
programs.steam.enable = true;
|
||||||
|
|
||||||
# System Services
|
# System Services
|
||||||
services = {
|
services = {
|
||||||
trezord.enable = true;
|
trezord.enable = true;
|
||||||
|
|
@ -112,6 +114,4 @@
|
||||||
PasswordAuthentication = false;
|
PasswordAuthentication = false;
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
programs.steam.enable = true;
|
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue