oops i misplaced an option

This commit is contained in:
alisceon 2026-01-08 20:35:14 +01:00
parent 1b3a27539f
commit 88e7297f5f
2 changed files with 7 additions and 2 deletions

View file

@ -31,7 +31,6 @@
globalShellAbbrs = baseAbbrs // hostnameAbbrs; globalShellAbbrs = baseAbbrs // hostnameAbbrs;
in in
{ {
stylix.enableReleaseChecks = false;
home.username = "alisceon"; home.username = "alisceon";
home.homeDirectory = "/home/alisceon"; home.homeDirectory = "/home/alisceon";
home.stateVersion = "24.05"; home.stateVersion = "24.05";

View file

@ -4,9 +4,15 @@
signal-desktop signal-desktop
discord discord
]; ];
stylix.enableReleaseChecks = false;
programs = { programs = {
vscode.enable = true; vscode = {
enable = true;
profiles = {
};
};
chromium = { chromium = {
enable = true; enable = true;
commandLineArgs = [ commandLineArgs = [