Skip to content

Commit

Permalink
Fix x1
Browse files Browse the repository at this point in the history
  • Loading branch information
joinemm committed Jan 25, 2024
1 parent 876090d commit 5ecc129
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 6 deletions.
3 changes: 0 additions & 3 deletions hosts/x1/configuration.nix
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@ in {
gui
work-vpn
keyd
trackpoint
(bin {inherit inputs system;})
])
(with inputs.nixos-hardware.nixosModules; [
Expand All @@ -39,8 +38,6 @@ in {
};
};

hardware.trackpoint.device = "TPPS/2 Elan TrackPoint";

networking = {
hostName = "x1";
hostId = "c08d7d71";
Expand Down
2 changes: 2 additions & 0 deletions hosts/x1/home.nix
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,8 @@
imv
yazi
gtk
xmonad
polybar
])
inputs.nixvim.homeManagerModules.nixvim
inputs.nix-index-database.hmModules.nix-index
Expand Down
4 changes: 1 addition & 3 deletions modules/common.nix
Original file line number Diff line number Diff line change
Expand Up @@ -38,9 +38,7 @@
};
};

systemd.services.nix-gc.serviceConfig = {
Restart = "on-failure";
};
systemd.services.NetworkManager-wait-online.enable = false;

programs.zsh.enable = true;

Expand Down

0 comments on commit 5ecc129

Please sign in to comment.