Merge branch 'main' of git.sr.ht:~xqtc/nixos-config

This commit is contained in:
xqtc161 2024-03-28 14:00:31 +01:00
commit 08e9b97ad5
2 changed files with 11 additions and 4 deletions

View file

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

View file

@ -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;