mirror of
https://git.gay/xqtc/nixos-config
synced 2024-11-22 16:30:31 +01:00
brought lambda up to track
This commit is contained in:
parent
9c0cb5a53d
commit
1592cbb9b5
|
@ -57,6 +57,8 @@ in {
|
|||
|
||||
pkgs.neovide
|
||||
|
||||
pkgs.xournalpp
|
||||
|
||||
pkgs.ripgrep
|
||||
|
||||
pkgs.yubioath-flutter
|
||||
|
|
|
@ -17,11 +17,16 @@
|
|||
config,
|
||||
lib,
|
||||
pkgs,
|
||||
inputs,
|
||||
...
|
||||
}: {
|
||||
imports = [
|
||||
# Include the results of the hardware scan.
|
||||
./hardware-configuration.nix
|
||||
../../../common
|
||||
../../../modules/home-manager.nix
|
||||
../../gc.nix
|
||||
../../antivirus.nix
|
||||
];
|
||||
|
||||
nixpkgs.config.allowUnfree = true;
|
||||
|
@ -81,12 +86,12 @@
|
|||
# };
|
||||
|
||||
# Enable the X11 windowing system.
|
||||
#services.xserver.enable = true;
|
||||
#services.xserver.displayManager.gdm.enable = true;
|
||||
services.xserver.enable = true;
|
||||
services.xserver.displayManager.gdm.enable = true;
|
||||
#services.xserver.displayManager.ly.enable = true;
|
||||
#services.xserver.desktopManager.gnome.enable = true;
|
||||
services.xserver.desktopManager.gnome.enable = true;
|
||||
#services.xserver.displayManager.defaultSession = "plasmawayland";
|
||||
#services.xserver.videoDrivers = ["nvidia"];
|
||||
services.xserver.videoDrivers = ["nvidia"];
|
||||
|
||||
services.blueman.enable = true;
|
||||
|
||||
|
|
Loading…
Reference in a new issue