modules #2
2 changed files with 50 additions and 86 deletions
100
flake.nix
100
flake.nix
|
|
@ -32,56 +32,7 @@
|
||||||
./os/${name}/configuration.nix
|
./os/${name}/configuration.nix
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
in
|
homeConfig = modules: inputs.home-manager.lib.homeManagerConfiguration {
|
||||||
{
|
|
||||||
homeConfigurations."anvaure@Allegro23-12" = inputs.home-manager.lib.homeManagerConfiguration {
|
|
||||||
inherit pkgs;
|
|
||||||
|
|
||||||
extraSpecialArgs = {
|
|
||||||
inherit pkgs-unstable;
|
|
||||||
};
|
|
||||||
|
|
||||||
modules = [
|
|
||||||
{ home.username = "anvaure"; }
|
|
||||||
./home/base.nix
|
|
||||||
{ home.packages = [ nixgl.nixGLIntel ]; }
|
|
||||||
{ targets.genericLinux.enable = true; }
|
|
||||||
{ home.packages = [ inputs.st-flexipatch.packages.${system}.st ]; }
|
|
||||||
./home/syncthing.nix
|
|
||||||
./home/allegro.nix
|
|
||||||
|
|
||||||
./home/ui.nix
|
|
||||||
./home/gui-software.nix
|
|
||||||
];
|
|
||||||
};
|
|
||||||
|
|
||||||
homeConfigurations."ant@hs" = inputs.home-manager.lib.homeManagerConfiguration {
|
|
||||||
inherit pkgs;
|
|
||||||
|
|
||||||
extraSpecialArgs = {
|
|
||||||
inherit pkgs-unstable;
|
|
||||||
};
|
|
||||||
|
|
||||||
modules = [
|
|
||||||
{ home.username = "ant"; }
|
|
||||||
./home/base.nix
|
|
||||||
];
|
|
||||||
};
|
|
||||||
|
|
||||||
homeConfigurations."ant@ks" = inputs.home-manager.lib.homeManagerConfiguration {
|
|
||||||
inherit pkgs;
|
|
||||||
|
|
||||||
extraSpecialArgs = {
|
|
||||||
inherit pkgs-unstable;
|
|
||||||
};
|
|
||||||
|
|
||||||
modules = [
|
|
||||||
{ home.username = "ant"; }
|
|
||||||
./home/base.nix
|
|
||||||
];
|
|
||||||
};
|
|
||||||
|
|
||||||
homeConfigurations."ant@basado" = inputs.home-manager.lib.homeManagerConfiguration {
|
|
||||||
inherit pkgs;
|
inherit pkgs;
|
||||||
|
|
||||||
extraSpecialArgs = {
|
extraSpecialArgs = {
|
||||||
|
|
@ -89,40 +40,51 @@
|
||||||
inherit inputs;
|
inherit inputs;
|
||||||
};
|
};
|
||||||
|
|
||||||
modules = [
|
inherit modules;
|
||||||
|
};
|
||||||
|
in
|
||||||
|
{
|
||||||
|
homeConfigurations."anvaure@Allegro23-12" = homeConfig [
|
||||||
|
{ home.username = "anvaure"; }
|
||||||
|
./home/base.nix
|
||||||
|
./home/ui.nix
|
||||||
|
./home/gui-software.nix
|
||||||
|
./home/syncthing.nix
|
||||||
|
./home/allegro.nix
|
||||||
|
{ home.packages = [ nixgl.nixGLIntel ]; }
|
||||||
|
{ targets.genericLinux.enable = true; }
|
||||||
|
];
|
||||||
|
|
||||||
|
homeConfigurations."ant@hs" = homeConfig [
|
||||||
{ home.username = "ant"; }
|
{ home.username = "ant"; }
|
||||||
./home/base.nix
|
./home/base.nix
|
||||||
{ home.packages = [ inputs.st-flexipatch.packages.${system}.st ]; }
|
];
|
||||||
./home/syncthing.nix
|
|
||||||
./home/basado.nix
|
|
||||||
|
|
||||||
|
homeConfigurations."ant@ks" = homeConfig [
|
||||||
|
{ home.username = "ant"; }
|
||||||
|
./home/base.nix
|
||||||
|
];
|
||||||
|
|
||||||
|
homeConfigurations."ant@basado" = homeConfig [
|
||||||
|
{ home.username = "ant"; }
|
||||||
|
./home/base.nix
|
||||||
./home/ui.nix
|
./home/ui.nix
|
||||||
./home/gui-software.nix
|
./home/gui-software.nix
|
||||||
./home/gaming.nix
|
./home/gaming.nix
|
||||||
|
./home/syncthing.nix
|
||||||
{ services.kdeconnect.enable = true; }
|
{ services.kdeconnect.enable = true; }
|
||||||
|
./home/basado.nix
|
||||||
];
|
];
|
||||||
};
|
|
||||||
|
|
||||||
homeConfigurations."ant@moon" = inputs.home-manager.lib.homeManagerConfiguration {
|
homeConfigurations."ant@moon" = homeConfig [
|
||||||
inherit pkgs;
|
|
||||||
|
|
||||||
extraSpecialArgs = {
|
|
||||||
inherit pkgs-unstable;
|
|
||||||
inherit inputs;
|
|
||||||
};
|
|
||||||
|
|
||||||
modules = [
|
|
||||||
{ home.username = "ant"; }
|
{ home.username = "ant"; }
|
||||||
./home/base.nix
|
./home/base.nix
|
||||||
{ home.packages = [ inputs.st-flexipatch.packages.${system}.st ]; }
|
|
||||||
./home/syncthing.nix
|
|
||||||
./home/moon.nix
|
|
||||||
|
|
||||||
./home/ui.nix
|
./home/ui.nix
|
||||||
./home/gui-software.nix
|
./home/gui-software.nix
|
||||||
|
./home/syncthing.nix
|
||||||
{ services.kdeconnect.enable = true; }
|
{ services.kdeconnect.enable = true; }
|
||||||
|
./home/moon.nix
|
||||||
];
|
];
|
||||||
};
|
|
||||||
|
|
||||||
nixosConfigurations.basado = osConfig "basado";
|
nixosConfigurations.basado = osConfig "basado";
|
||||||
nixosConfigurations.moon = osConfig "moon";
|
nixosConfigurations.moon = osConfig "moon";
|
||||||
|
|
|
||||||
|
|
@ -1,4 +1,4 @@
|
||||||
{ lib, config, options, pkgs, ... }:
|
{ lib, config, options, pkgs, inputs, ... }:
|
||||||
let
|
let
|
||||||
defaultTerminal = "st";
|
defaultTerminal = "st";
|
||||||
alacrittyLightTheme = "${pkgs.alacritty-theme}/night_owlish_light.toml";
|
alacrittyLightTheme = "${pkgs.alacritty-theme}/night_owlish_light.toml";
|
||||||
|
|
@ -114,6 +114,8 @@ in
|
||||||
};
|
};
|
||||||
|
|
||||||
home.packages = with pkgs; [
|
home.packages = with pkgs; [
|
||||||
|
inputs.st-flexipatch.packages.${system}.st
|
||||||
|
|
||||||
gentium
|
gentium
|
||||||
nerd-fonts.noto
|
nerd-fonts.noto
|
||||||
nerd-fonts.hack
|
nerd-fonts.hack
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue