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.EDITOR = "nvim";
|
||||||
environment.variables.SHELL = "fish";
|
environment.variables.SHELL = "fish";
|
||||||
environment.variables.TERM = "kitty";
|
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"
|
services.xserver.windowManager.xmonad = if conf.wm == "xmonad"
|
||||||
then {
|
then {
|
||||||
|
|
|
@ -19,7 +19,7 @@
|
||||||
let
|
let
|
||||||
# :(
|
# :(
|
||||||
# could do like nix-i3, nix-hyprland but that would be LAME
|
# 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 = [
|
modules = [
|
||||||
((import ./configuration.nix) conf)
|
((import ./configuration.nix) conf)
|
||||||
home-manager.nixosModules.home-manager
|
home-manager.nixosModules.home-manager
|
||||||
|
|
2
home.nix
2
home.nix
|
@ -13,8 +13,10 @@ in
|
||||||
clojure
|
clojure
|
||||||
deno
|
deno
|
||||||
# bsdgames
|
# bsdgames
|
||||||
|
# CRITICAL THREE
|
||||||
fortune
|
fortune
|
||||||
cowsay
|
cowsay
|
||||||
|
ponysay
|
||||||
sbcl
|
sbcl
|
||||||
lispPackages.trivia
|
lispPackages.trivia
|
||||||
# lutris
|
# lutris
|
||||||
|
|
Loading…
Reference in a new issue