Improved zsh and migrate ssh
This commit is contained in:
@@ -82,30 +82,22 @@
|
||||
|
||||
# Enable touchpad support (enabled default in most desktopManager).
|
||||
# services.xserver.libinput.enable = true;
|
||||
|
||||
# Define a user account. Don't forget to set a password with ‘passwd’.
|
||||
# users.users.mbessette = {
|
||||
# isNormalUser = true;
|
||||
# description = "Matthew Bessette";
|
||||
# extraGroups = [ "networkmanager" "wheel" ];
|
||||
# packages = with pkgs; [];
|
||||
# };
|
||||
|
||||
|
||||
###########
|
||||
# MUTABLE #
|
||||
###########
|
||||
|
||||
# Allow unfree packages
|
||||
nixpkgs.config.allowUnfree = true;
|
||||
|
||||
nix.settings.experimental-features = [ "nix-command" "flakes" ];
|
||||
|
||||
home-manager = {
|
||||
extraSpecialArgs = { inherit inputs; inherit system; };
|
||||
backupFileExtension = "backup";
|
||||
users.mbessette = import ./home.nix;
|
||||
};
|
||||
|
||||
# Allow unfree packages
|
||||
nixpkgs.config.allowUnfree = true;
|
||||
|
||||
nix.settings.experimental-features = [ "nix-command" "flakes" ];
|
||||
|
||||
# List packages installed in system profile. To search, run:
|
||||
# $ nix search wget
|
||||
environment.systemPackages = with pkgs; [
|
||||
@@ -127,6 +119,7 @@
|
||||
############
|
||||
|
||||
programs.zsh.enable = true;
|
||||
virtualisation.docker.enable = true;
|
||||
|
||||
############
|
||||
# SERVICES #
|
||||
|
||||
Reference in New Issue
Block a user