From 33bce77dfc856d67c9313914908b63ce0af60adc Mon Sep 17 00:00:00 2001 From: mehbark Date: Wed, 16 Aug 2023 03:28:41 -0400 Subject: [PATCH] add NIX_AUTO_RUN, with disclaimer --- configuration.nix | 3 +++ flake.nix | 2 +- home.nix | 2 ++ 3 files changed, 6 insertions(+), 1 deletion(-) diff --git a/configuration.nix b/configuration.nix index e4b14d5..42b6b6b 100644 --- a/configuration.nix +++ b/configuration.nix @@ -158,6 +158,9 @@ in environment.variables.EDITOR = "nvim"; environment.variables.SHELL = "fish"; environment.variables.TERM = "kitty"; + # BAD IDEA! I DON'T HAVE A CONCRETE REASON, MAINLY JUST VIBES + # STILL MILES BETTER THAN NIX_AUTO_INSTALL THOUGH + environment.variables.NIX_AUTO_RUN = "1"; services.xserver.windowManager.xmonad = if conf.wm == "xmonad" then { diff --git a/flake.nix b/flake.nix index c862390..75be0ea 100644 --- a/flake.nix +++ b/flake.nix @@ -19,7 +19,7 @@ let # :( # could do like nix-i3, nix-hyprland but that would be LAME - conf = (import ./build.conf.nix) { wm = "i3"; }; + conf = (import ./build.conf.nix) { wm = "plasma"; }; modules = [ ((import ./configuration.nix) conf) home-manager.nixosModules.home-manager diff --git a/home.nix b/home.nix index 54e21c6..ee86d7b 100644 --- a/home.nix +++ b/home.nix @@ -13,8 +13,10 @@ in clojure deno # bsdgames + # CRITICAL THREE fortune cowsay + ponysay sbcl lispPackages.trivia # lutris