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;
|
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";
|
||||||
|
|
|
||||||
|
|
@ -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 = [
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue