Compare commits
2 commits
9f21d3020b
...
221b6254c4
Author | SHA1 | Date | |
---|---|---|---|
Gabe Venberg | 221b6254c4 | ||
Gabe Venberg | 5235355eda |
|
@ -62,6 +62,7 @@
|
|||
"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/both/networking.nix
|
||||
../../modules/nixos/networking.nix
|
||||
../../modules/both/i3
|
||||
({
|
||||
config,
|
||||
|
@ -64,7 +64,6 @@ inputs.nixpkgs.lib.nixosSystem {
|
|||
}: {
|
||||
host = osConfig.host;
|
||||
home = {
|
||||
enable-speech = true;
|
||||
git = {
|
||||
profile = {
|
||||
name = "Gabe Venberg";
|
||||
|
|
|
@ -39,9 +39,6 @@ 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,7 +64,6 @@ inputs.nixpkgs.lib.nixosSystem {
|
|||
}: {
|
||||
host = osConfig.host;
|
||||
home = {
|
||||
enable-speech = true;
|
||||
nvim = {
|
||||
enable-lsp = true;
|
||||
enable-treesitter = true;
|
||||
|
|
Loading…
Reference in a new issue