add NIX_AUTO_RUN, with disclaimer
This commit is contained in:
parent
11e756db92
commit
33bce77dfc
3 changed files with 6 additions and 1 deletions
|
@ -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 {
|
||||
|
|
|
@ -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
|
||||
|
|
2
home.nix
2
home.nix
|
@ -13,8 +13,10 @@ in
|
|||
clojure
|
||||
deno
|
||||
# bsdgames
|
||||
# CRITICAL THREE
|
||||
fortune
|
||||
cowsay
|
||||
ponysay
|
||||
sbcl
|
||||
lispPackages.trivia
|
||||
# lutris
|
||||
|
|
Loading…
Reference in a new issue