update: sif configuration

This commit is contained in:
Filippo Berto 2025-10-09 10:12:35 +02:00
parent a49b2a8765
commit a6c321bb05
No known key found for this signature in database
GPG key ID: F1D17F9BCEC62FBC
2 changed files with 9 additions and 2 deletions

View file

@ -270,6 +270,8 @@
./instances/sif/hardware-configuration.nix
./instances/sif/configuration.nix
./nixos/steam.nix
{ home-manager.users.bertof = import ./instances/sif/hm.nix; }
];
};

View file

@ -33,8 +33,9 @@
displayManager = {
enable = true;
defaultSession = "hyprland";
cosmic-greeter.enable = true;
# cosmic-greeter.enable = true;
# sddm.enable = true;
gdm.enable = true;
};
# X11 windowing system.
@ -62,8 +63,12 @@
enable = true;
drivers = [
pkgs.gutenprint
pkgs.gutenprint-bin
# pkgs.cups-kyocera
pkgs.cups-kyodialog
# pkgs.cups-kyodialog
pkgs.canon-capt
pkgs.canon-cups-ufr2
pkgs.carps-cups
];
};