Add Rider and nvidia drivers (#73)

This commit is contained in:
Patrick Stevens
2024-09-08 21:25:33 +01:00
committed by GitHub
parent ceaead9b63
commit 76dbd82446
4 changed files with 45 additions and 4 deletions

View File

@@ -1,5 +1,5 @@
{nixpkgs, ...}: {
home.packages = [nixpkgs.firefox-wayland];
home.packages = [nixpkgs.firefox-wayland nixpkgs.jetbrains.rider];
nixpkgs.config.firefox.speechSynthesisSupport = true;
wayland.windowManager.sway = {
@@ -15,6 +15,11 @@
'';
};
services.gpg-agent = {
enable = nixpkgs.stdenv.isLinux;
pinentryPackage = nixpkgs.pinentry-qt;
};
services.swayidle = {enable = true;};
services.cbatticon = {
lowLevelPercent = 20;