mirror of
https://github.com/srid/nixos-config.git
synced 2026-05-11 17:36:07 +08:00
p71: back to xmonad
This commit is contained in:
parent
ec04f4c663
commit
b402806fcb
2 changed files with 9 additions and 7 deletions
|
|
@ -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
|
||||
];
|
||||
};
|
||||
|
|
|
|||
|
|
@ -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 = [ ... ];
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue