summaryrefslogtreecommitdiff
path: root/cyberbox
diff options
context:
space:
mode:
authorstuebinm2022-01-26 17:43:17 +0100
committerstuebinm2022-01-26 17:43:17 +0100
commit4c834deb2feab291d599231c0a9edb27937889c6 (patch)
treeb7c5fd500c9cd9374bb4ba0142a4b4089d151619 /cyberbox
parent21e93e9cfda16382ba2ee56257be425cc54d3264 (diff)
move abbenay to hikari as well
Diffstat (limited to 'cyberbox')
-rw-r--r--cyberbox/configuration.nix30
1 files changed, 0 insertions, 30 deletions
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;