added HAKASE hostname
This commit is contained in:
@@ -10,7 +10,6 @@
|
||||
size = "12";
|
||||
shell = "fish"; # or zsh
|
||||
aliases = {
|
||||
ls = "ls --color=auto";
|
||||
};
|
||||
};
|
||||
allowUnfree = true;
|
||||
|
||||
@@ -0,0 +1,6 @@
|
||||
{
|
||||
imports = [
|
||||
../modules/home/desktop.nix
|
||||
../modules/home/terminal.nix
|
||||
];
|
||||
}
|
||||
@@ -6,9 +6,14 @@
|
||||
...
|
||||
}: {
|
||||
imports = [
|
||||
inputs.home-manager.nixosModules.home-manager
|
||||
./hardware-configuration.nix
|
||||
];
|
||||
|
||||
home-manager.useGlobalPkgs = true;
|
||||
home-manager.useUserPackages = true;
|
||||
home-manager.users.${myConfig.essentials.Username} = import ../../home/hakase.nix;
|
||||
|
||||
nixpkgs.config.allowUnfree = myConfig.general.allowUnfree;
|
||||
|
||||
boot.loader = {
|
||||
|
||||
@@ -3,6 +3,8 @@
|
||||
enable = true;
|
||||
git = true;
|
||||
colors = "auto";
|
||||
icons = "auto";
|
||||
|
||||
enableZshIntegration = true;
|
||||
enableFishIntegration = true;
|
||||
enableBashIntegration = true;
|
||||
|
||||
Reference in New Issue
Block a user