p71: back to xmonad

This commit is contained in:
Sridhar Ratnakumar 2021-06-18 19:14:17 -04:00
parent ec04f4c663
commit b402806fcb
2 changed files with 9 additions and 7 deletions

View file

@ -31,6 +31,7 @@
# Features common to all of my machines
./features/self-ide.nix
./features/desktopish
./features/caches
./features/current-location.nix
./features/passwordstore.nix
@ -59,15 +60,14 @@
./hosts/p71.nix
[
inputs.nixos-hardware.nixosModules.lenovo-thinkpad-p53
./features/desktopish/fonts.nix
#./features/desktopish/fonts.nix
# ./features/server-mode.nix
./features/postgrest.nix
# ./features/postgrest.nix
];
nixosConfigurations.x1c7 = mkHomeMachine
./hosts/x1c7.nix
[
inputs.nixos-hardware.nixosModules.lenovo-thinkpad-x1-7th-gen
./features/desktopish
./features/email
];
};

View file

@ -61,8 +61,8 @@
services.xserver = {
enable = true;
videoDrivers = [ "nvidia" "intel" ];
displayManager.gdm.enable = true;
desktopManager.gnome.enable = true;
#displayManager.gdm.enable = true;
#desktopManager.gnome.enable = true;
};
services.openssh.enable = true;
@ -77,13 +77,15 @@
steam.enable = true;
};
programs.adb.enable = true;
# List packages installed in system profile. To search, run:
# $ nix search wget
environment.systemPackages = with pkgs; [
aria2
brave
fzf
gnome3.gnome-tweaks
# gnome3.gnome-tweaks
google-chrome
htop
mpv
@ -98,7 +100,7 @@
# Define a user account. Don't forget to set a password with passwd.
users.users.srid = {
isNormalUser = true;
extraGroups = [ "wheel" "networkmanager" ];
extraGroups = [ "wheel" "networkmanager" "adbusers" ];
};
# Open ports in the firewall.
# networking.firewall.allowedTCPPorts = [ ... ];