Skip to content

Commit

Permalink
chore(packages): update programs
Browse files Browse the repository at this point in the history
  • Loading branch information
Wittano committed Nov 13, 2023
1 parent a62350b commit 9d972d2
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 6 deletions.
6 changes: 3 additions & 3 deletions flake.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions home/pc/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ let
thunderbird
gnome.file-roller
gnome.eog
spotify
# spotify
evince
xfce.thunar
obsidian
Expand All @@ -26,7 +26,7 @@ let
# Communicator
telegram-desktop
signal-desktop
unstable.discord
discord

# Dev
vscodium
Expand Down
4 changes: 3 additions & 1 deletion modules/hardware/nvidia.nix
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{ config, pkgs, lib, ... }:
{ config, pkgs, lib, home-manager, ... }:
let
inherit (lib) mkEnableOption mkIf;

Expand All @@ -14,6 +14,8 @@ in
};

config = mkIf cfg.enable {
home-manager.users.wittano.home.packages = with pkgs; [ nvtop ];

services.xserver.videoDrivers =
mkIf config.services.xserver.enable [ "nvidia" ];

Expand Down

0 comments on commit 9d972d2

Please sign in to comment.