Disable home module until proper dotfile migration

This commit is contained in:
coolneng 2020-05-09 13:53:59 +02:00
parent 3b65c57b30
commit 289bacda37
Signed by: coolneng
GPG Key ID: 9893DA236405AF57
4 changed files with 13 additions and 15 deletions

View File

@ -81,7 +81,7 @@
./modules/gui.nix
./modules/datasync.nix
./modules/audio.nix
./modules/home.nix
#./modules/home.nix
./modules/hardware-configuration.nix
];

View File

@ -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;

View File

@ -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 = [

View File

@ -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