From 289bacda37b1da80a10154599ac3f309cbc93557 Mon Sep 17 00:00:00 2001 From: coolneng Date: Sat, 9 May 2020 13:53:59 +0200 Subject: [PATCH] Disable home module until proper dotfile migration --- configuration.nix | 2 +- modules/gui.nix | 3 ++- modules/home.nix | 11 ----------- modules/software.nix | 12 ++++++++++-- 4 files changed, 13 insertions(+), 15 deletions(-) diff --git a/configuration.nix b/configuration.nix index 0b4308a..eb635d3 100644 --- a/configuration.nix +++ b/configuration.nix @@ -81,7 +81,7 @@ ./modules/gui.nix ./modules/datasync.nix ./modules/audio.nix - ./modules/home.nix + #./modules/home.nix ./modules/hardware-configuration.nix ]; diff --git a/modules/gui.nix b/modules/gui.nix index 1443753..6148c8d 100644 --- a/modules/gui.nix +++ b/modules/gui.nix @@ -30,6 +30,7 @@ imv kanshi redshift-wlr + kitty ]; extraSessionCommands = '' export MOZ_ENABLE_WAYLAND=1 @@ -41,7 +42,7 @@ export SDL_VIDEODRIVER=wayland ''; }; - + # Blue light filter services.redshift = { package = pkgs.redshift-wlr; diff --git a/modules/home.nix b/modules/home.nix index 138f336..48f2b4f 100644 --- a/modules/home.nix +++ b/modules/home.nix @@ -1,16 +1,5 @@ { config, lib, pkgs, ... }: -# Doom emacs overlay -let - -doom-emacs = pkgs.callPackage (builtins.fetchTarball { - url = https://github.com/vlaci/nix-doom-emacs/archive/master.tar.gz; -}) { - doomPrivateDir = ./doom.d; -}; - -in - { # User packages home.packages = [ diff --git a/modules/software.nix b/modules/software.nix index 4d8645e..262ef63 100644 --- a/modules/software.nix +++ b/modules/software.nix @@ -14,8 +14,16 @@ # LaTeX texlive.combined.scheme-full pandoc - # Declarative user config - home-manager + # Text editors + neovim + # Terminals + tmux + tmuxp + fish + # Development + git + direnv + lorri ]; # Fonts declaration