Initial commit
This commit is contained in:
commit
b79d352847
37 changed files with 2191 additions and 0 deletions
23
hosts/captain/configuration.nix
Normal file
23
hosts/captain/configuration.nix
Normal file
|
|
@ -0,0 +1,23 @@
|
|||
{
|
||||
pkgs,
|
||||
...
|
||||
}:
|
||||
{
|
||||
imports = [
|
||||
./disko-config.nix
|
||||
./hardware-configuration.nix
|
||||
];
|
||||
|
||||
custom.desktop.enable = true;
|
||||
|
||||
home-manager.users.flygrounder = {
|
||||
custom = {
|
||||
catppuccin.enable = true;
|
||||
cli.enable = true;
|
||||
gui.enable = true;
|
||||
hyprland.enable = true;
|
||||
neovim.enable = true;
|
||||
waybar.enable = true;
|
||||
};
|
||||
};
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue