oops i misplaced an option
This commit is contained in:
parent
1b3a27539f
commit
88e7297f5f
2 changed files with 7 additions and 2 deletions
|
|
@ -31,7 +31,6 @@
|
|||
globalShellAbbrs = baseAbbrs // hostnameAbbrs;
|
||||
in
|
||||
{
|
||||
stylix.enableReleaseChecks = false;
|
||||
home.username = "alisceon";
|
||||
home.homeDirectory = "/home/alisceon";
|
||||
home.stateVersion = "24.05";
|
||||
|
|
|
|||
|
|
@ -4,9 +4,15 @@
|
|||
signal-desktop
|
||||
discord
|
||||
];
|
||||
stylix.enableReleaseChecks = false;
|
||||
|
||||
programs = {
|
||||
vscode.enable = true;
|
||||
vscode = {
|
||||
enable = true;
|
||||
profiles = {
|
||||
|
||||
};
|
||||
};
|
||||
chromium = {
|
||||
enable = true;
|
||||
commandLineArgs = [
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue