Compare commits
No commits in common. "221b6254c4c15a633fad0578b5facb7d3c7199a8" and "9f21d3020b59f5427d838dc573c2e8a08980c2fc" have entirely different histories.
221b6254c4
...
9f21d3020b
|
@ -62,7 +62,6 @@
|
|||
"gabe@archlaptop" = import ./hosts/home-personal.nix {inherit inputs outputs;};
|
||||
"gabe@linuxgamingrig" = import ./hosts/home-personal.nix {inherit inputs outputs;};
|
||||
"gabe@gv-workstation" = import ./hosts/home-workstation.nix {inherit inputs outputs;};
|
||||
"gabe@gv-ubuntu" = import ./hosts/home-workstation.nix {inherit inputs outputs;};
|
||||
};
|
||||
};
|
||||
}
|
||||
|
|
|
@ -18,7 +18,7 @@ inputs.nixpkgs.lib.nixosSystem {
|
|||
../../modules/nixos/common.nix
|
||||
../../modules/nixos/printing.nix
|
||||
../../modules/both/sound.nix
|
||||
../../modules/nixos/networking.nix
|
||||
../../modules/both/networking.nix
|
||||
../../modules/both/i3
|
||||
({
|
||||
config,
|
||||
|
@ -64,6 +64,7 @@ inputs.nixpkgs.lib.nixosSystem {
|
|||
}: {
|
||||
host = osConfig.host;
|
||||
home = {
|
||||
enable-speech = true;
|
||||
git = {
|
||||
profile = {
|
||||
name = "Gabe Venberg";
|
||||
|
|
|
@ -39,6 +39,9 @@ inputs.home-manager.lib.homeManagerConfiguration {
|
|||
../roles/home-manager/terminal.nix
|
||||
../modules/home-manager/common.nix
|
||||
../modules/home-manager/syncthing.nix
|
||||
../modules/home-manager/email.nix
|
||||
../modules/home-manager/beets.nix
|
||||
../modules/home-manager/mpd/mpd.nix
|
||||
];
|
||||
})
|
||||
];
|
||||
|
|
|
@ -64,6 +64,7 @@ inputs.nixpkgs.lib.nixosSystem {
|
|||
}: {
|
||||
host = osConfig.host;
|
||||
home = {
|
||||
enable-speech = true;
|
||||
nvim = {
|
||||
enable-lsp = true;
|
||||
enable-treesitter = true;
|
||||
|
|
Loading…
Reference in a new issue