90 current 1970-01-01 01:00:00 24.05.20240303.b8697e5 6.6.19 *

This commit is contained in:
2024-03-07 00:07:23 +01:00
parent b655dafce9
commit b261562377
6 changed files with 58 additions and 23 deletions

View File

@ -10,6 +10,8 @@
imports = [
# Include the results of the hardware scan.
./hardware-configuration.nix
# greetd login manager
../../modules/nixos/greetd.nix
# sway as window manager
../../modules/nixos/sway.nix
inputs.home-manager.nixosModules.default
@ -116,7 +118,7 @@
ffmpeg
];
fonts.fonts = with pkgs; [
fonts.packages = with pkgs; [
nerdfonts
];
@ -161,16 +163,6 @@
# fingerprint unlock
services.fprintd.enable = true;
services.greetd = {
enable = true;
settings = rec {
default_session = {
command = "${pkgs.sway}/bin/sway";
user = "max";
};
};
};
# Enable the OpenSSH daemon.
# services.openssh.enable = true;