1
0
mirror of https://github.com/kmein/niveum synced 2026-03-16 10:11:08 +01:00

Configure urxvt

This commit is contained in:
Kierán Meinhardt
2019-01-30 17:37:05 +01:00
parent 3204c97a9e
commit 36d6f65dac
6 changed files with 15 additions and 18 deletions

View File

@@ -1,6 +1,5 @@
{ config, pkgs, ... }:
/* let vimConfig = import ../../dot/vim.nix { inherit config pkgs; };
in */ {
{
imports = [
../../configs/shells.nix
];
@@ -24,13 +23,6 @@ in */ {
environment.systemPackages = with pkgs; [
git
htop
/* (vim_configurable.customize {
name = "kvim";
vimrcConfig = {
customRC = vimConfig.vimrc;
packages.kvim.start = vimConfig.startPackages;
};
})*/
vim
];
@@ -43,7 +35,6 @@ in */ {
createHome = true;
group = "users";
extraGroups = [ "wheel" ];
hashedPassword = "$6$w9hXyGFl/.IZBXk$5OiWzS1G.5hImhh1YQmZiCXYNAJhi3X6Y3uSLupJNYYXPLMsQpx2fwF4Xr2uYzGMV8Foqh8TgUavx1APD9rcb/";
shell = pkgs.zsh;
};
}