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