brought lambda up to track

This commit is contained in:
xqtc161 2024-03-27 14:25:52 +01:00
parent 9c0cb5a53d
commit 1592cbb9b5
2 changed files with 11 additions and 4 deletions

View file

@ -57,6 +57,8 @@ in {
pkgs.neovide pkgs.neovide
pkgs.xournalpp
pkgs.ripgrep pkgs.ripgrep
pkgs.yubioath-flutter pkgs.yubioath-flutter

View file

@ -17,11 +17,16 @@
config, config,
lib, lib,
pkgs, pkgs,
inputs,
... ...
}: { }: {
imports = [ imports = [
# Include the results of the hardware scan. # Include the results of the hardware scan.
./hardware-configuration.nix ./hardware-configuration.nix
../../../common
../../../modules/home-manager.nix
../../gc.nix
../../antivirus.nix
]; ];
nixpkgs.config.allowUnfree = true; nixpkgs.config.allowUnfree = true;
@ -81,12 +86,12 @@
# }; # };
# Enable the X11 windowing system. # Enable the X11 windowing system.
#services.xserver.enable = true; services.xserver.enable = true;
#services.xserver.displayManager.gdm.enable = true; services.xserver.displayManager.gdm.enable = true;
#services.xserver.displayManager.ly.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.displayManager.defaultSession = "plasmawayland";
#services.xserver.videoDrivers = ["nvidia"]; services.xserver.videoDrivers = ["nvidia"];
services.blueman.enable = true; services.blueman.enable = true;