From 88e7297f5f89e839796e76d4fc47fef931f3aa25 Mon Sep 17 00:00:00 2001 From: alisceon Date: Thu, 8 Jan 2026 20:35:14 +0100 Subject: [PATCH] oops i misplaced an option --- home/alisceon/base.nix | 1 - home/alisceon/workstation.nix | 8 +++++++- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/home/alisceon/base.nix b/home/alisceon/base.nix index bbdbfc5..17e55bd 100644 --- a/home/alisceon/base.nix +++ b/home/alisceon/base.nix @@ -31,7 +31,6 @@ globalShellAbbrs = baseAbbrs // hostnameAbbrs; in { - stylix.enableReleaseChecks = false; home.username = "alisceon"; home.homeDirectory = "/home/alisceon"; home.stateVersion = "24.05"; diff --git a/home/alisceon/workstation.nix b/home/alisceon/workstation.nix index d932a95..78e1a23 100644 --- a/home/alisceon/workstation.nix +++ b/home/alisceon/workstation.nix @@ -4,9 +4,15 @@ signal-desktop discord ]; + stylix.enableReleaseChecks = false; programs = { - vscode.enable = true; + vscode = { + enable = true; + profiles = { + + }; + }; chromium = { enable = true; commandLineArgs = [