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 = [