summaryrefslogtreecommitdiff
path: root/hosts/muhammed/configuration.nix
diff options
context:
space:
mode:
authorLinnnus <[email protected]>2023-09-07 16:53:41 +0200
committerLinnnus <[email protected]>2023-09-07 16:53:41 +0200
commitedcc3acea595d3045253c3c2fe2462599c1c54e0 (patch)
tree81e17fc5fe4f0a52d30e8d0209c6080cc77eda32 /hosts/muhammed/configuration.nix
parentd31d1bae8c38e145cdbafe105401d9528b416779 (diff)
Reorganize everything
Diffstat (limited to 'hosts/muhammed/configuration.nix')
-rw-r--r--hosts/muhammed/configuration.nix7
1 files changed, 0 insertions, 7 deletions
diff --git a/hosts/muhammed/configuration.nix b/hosts/muhammed/configuration.nix
index 0e41669..c824eb3 100644
--- a/hosts/muhammed/configuration.nix
+++ b/hosts/muhammed/configuration.nix
@@ -13,14 +13,7 @@
users.users.linus = {
description = "Personal user account";
home = "/Users/linus";
- shell = pkgs.zsh;
};
- # Following are recommended when changing the default shell.
- # https://nixos.wiki/wiki/Command_Shell#Changing_default_shelltrue;
- programs.zsh.enable = true; # TODO: move to common module
- environment.shells = [ pkgs.zsh ];
-
- my.use-cases = [ "gui" "development" ];
# Should match containing folder.
networking.hostName = "muhammed";