From 4c834deb2feab291d599231c0a9edb27937889c6 Mon Sep 17 00:00:00 2001 From: stuebinm Date: Wed, 26 Jan 2022 17:43:17 +0100 Subject: move abbenay to hikari as well --- cyberbox/configuration.nix | 30 ------------------------------ 1 file changed, 30 deletions(-) (limited to 'cyberbox/configuration.nix') diff --git a/cyberbox/configuration.nix b/cyberbox/configuration.nix index 8e36ed0..0638f30 100644 --- a/cyberbox/configuration.nix +++ b/cyberbox/configuration.nix @@ -8,18 +8,6 @@ # laptop power things services.tlp.enable = true; - programs.light.enable = true; - programs.slock.enable = true; - - security.pam.services.hikari-unlocker.text = '' - auth include login - ''; - - - environment.systemPackages = with pkgs; [ - hikari fuzzel zathura - ]; - services.postgresql.enable = true; services.postgresql.package = pkgs.postgresql_11; services.postgresql.authentication = '' @@ -55,24 +43,6 @@ # ''}"; # }; - services.greetd = { - enable = true; - settings.default_session = { - command = "hikari -c ~/hikari.conf"; - user = "stuebinm"; - }; - restart = false; - }; - hardware.opengl.enable = true; - fonts.enableDefaultFonts = true; - programs.xwayland.enable = false; - # xdg.portal.extraPortals = [ pkgs.xdg-desktop-portal-wlr ]; - # xdf.portal.enable = true; - - # Enable sound. - sound.enable = true; - hardware.pulseaudio.enable = true; - # Enable touchpad support (enabled default in most desktopManager). # services.xserver.libinput.enable = true; -- cgit v1.2.3