Update home.nix
Fixed a few bugs and switch to Linux
This commit is contained in:
9
home.nix
9
home.nix
@@ -4,15 +4,15 @@
|
|||||||
|
|
||||||
{
|
{
|
||||||
home.username = "trude";
|
home.username = "trude";
|
||||||
home.homeDirectory = "/Users/trude"; #macOS
|
# home.homeDirectory = "/Users/trude"; #macOS
|
||||||
# home.homeDirectory = "/home/trude"; #Linux
|
home.homeDirectory = "/home/trude"; #Linux
|
||||||
home.stateVersion = "23.11"; # Do NOT change. This value stays the same when updating.
|
home.stateVersion = "23.11"; # Do NOT change. This value stays the same when updating.
|
||||||
|
|
||||||
home.packages = with pkgs; [
|
home.packages = with pkgs; [
|
||||||
# Packages to install:
|
# Packages to install:
|
||||||
vscode
|
vscode
|
||||||
obsidian
|
obsidian
|
||||||
#signal-desktop
|
signal-desktop
|
||||||
|
|
||||||
gnomeExtensions.vitals
|
gnomeExtensions.vitals
|
||||||
|
|
||||||
@@ -151,9 +151,6 @@
|
|||||||
ls="ls --color=auto";
|
ls="ls --color=auto";
|
||||||
grep="grep --color=auto";
|
grep="grep --color=auto";
|
||||||
};
|
};
|
||||||
shellOptions = [
|
|
||||||
"completion-ignore-case on"
|
|
||||||
];
|
|
||||||
};
|
};
|
||||||
|
|
||||||
programs.vscode = {
|
programs.vscode = {
|
||||||
|
|||||||
Reference in New Issue
Block a user