update: sif configuration
This commit is contained in:
parent
a49b2a8765
commit
a6c321bb05
2 changed files with 9 additions and 2 deletions
|
|
@ -270,6 +270,8 @@
|
||||||
./instances/sif/hardware-configuration.nix
|
./instances/sif/hardware-configuration.nix
|
||||||
./instances/sif/configuration.nix
|
./instances/sif/configuration.nix
|
||||||
|
|
||||||
|
./nixos/steam.nix
|
||||||
|
|
||||||
{ home-manager.users.bertof = import ./instances/sif/hm.nix; }
|
{ home-manager.users.bertof = import ./instances/sif/hm.nix; }
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
|
|
|
||||||
|
|
@ -33,8 +33,9 @@
|
||||||
displayManager = {
|
displayManager = {
|
||||||
enable = true;
|
enable = true;
|
||||||
defaultSession = "hyprland";
|
defaultSession = "hyprland";
|
||||||
cosmic-greeter.enable = true;
|
# cosmic-greeter.enable = true;
|
||||||
# sddm.enable = true;
|
# sddm.enable = true;
|
||||||
|
gdm.enable = true;
|
||||||
};
|
};
|
||||||
|
|
||||||
# X11 windowing system.
|
# X11 windowing system.
|
||||||
|
|
@ -62,8 +63,12 @@
|
||||||
enable = true;
|
enable = true;
|
||||||
drivers = [
|
drivers = [
|
||||||
pkgs.gutenprint
|
pkgs.gutenprint
|
||||||
|
pkgs.gutenprint-bin
|
||||||
# pkgs.cups-kyocera
|
# pkgs.cups-kyocera
|
||||||
pkgs.cups-kyodialog
|
# pkgs.cups-kyodialog
|
||||||
|
pkgs.canon-capt
|
||||||
|
pkgs.canon-cups-ufr2
|
||||||
|
pkgs.carps-cups
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue