summaryrefslogtreecommitdiff
path: root/hosts/unfree.nix
diff options
context:
space:
mode:
authorpolwex <polwex@sortug.com>2025-10-25 21:07:06 +0700
committerpolwex <polwex@sortug.com>2025-10-25 21:07:06 +0700
commitdcf6ad1c5755e5acc40b3aa88315f7c335c7eb55 (patch)
treeb991cb97dfb6992d020b6d6a8f4442f329b18c56 /hosts/unfree.nix
parent021a797c8116032a114ba78476d1769c55479b48 (diff)
p16p16
Diffstat (limited to 'hosts/unfree.nix')
-rw-r--r--hosts/unfree.nix4
1 files changed, 3 insertions, 1 deletions
diff --git a/hosts/unfree.nix b/hosts/unfree.nix
index 30c4a62..9614aa8 100644
--- a/hosts/unfree.nix
+++ b/hosts/unfree.nix
@@ -13,8 +13,9 @@
# https://stackoverflow.com/questions/77585228/how-to-allow-unfree-packages-in-nix-for-each-situation-nixos-nix-nix-wit
environment.systemPackages = with pkgs; [
# opera
+ obsidian
spotify
- vscode
+ # vscode
# fonts
corefonts
# symbola
@@ -32,6 +33,7 @@
# fucking vscode requires this for github copilot
services.gnome.gnome-keyring.enable = true;
+
programs.steam = {
enable = true;
# package = pkgs.steam.override {