Refactor: ..., also: Added vim-lastplace and tmate

This commit is contained in:
kat witch 2021-05-07 00:49:01 +01:00
parent 386fe7a2c0
commit 46169bc8c2
No known key found for this signature in database
GPG key ID: 1B477797DCA5EC72
103 changed files with 142 additions and 167 deletions

View file

@ -1,5 +0,0 @@
{ config, lib, pkgs, ... }:
{
imports = [ ./nixos ];
}

View file

@ -16,4 +16,6 @@
hardware.opengl.extraPackages = with pkgs; [ libvdpau-va-gl ];
services.tumbler.enable = true;
deploy.profile.gui = true;
}

View file

@ -1,7 +0,0 @@
{ config, lib, pkgs, ... }:
{
imports = [ ./nixos ];
deploy.profile.gui = true;
}

View file

@ -2,4 +2,6 @@
{
imports = [ ./light.nix ];
deploy.profile.laptop = true;
}

View file

@ -1,7 +0,0 @@
{ lib, ... }:
{
imports = [ ./nixos ];
deploy.profile.laptop = true;
}

View file

@ -2,4 +2,6 @@
{
imports = [ ./sway.nix ];
deploy.profile.sway = true;
}

View file

@ -1,7 +0,0 @@
{ lib, ... }:
{
imports = [ ./nixos ];
deploy.profile.sway = true;
}