split neovim config
This commit is contained in:
parent
8fb6118bcd
commit
5df8317a4a
19 changed files with 239 additions and 195 deletions
19
home/t14/home.nix
Executable file
19
home/t14/home.nix
Executable file
|
|
@ -0,0 +1,19 @@
|
|||
{ pkgs, ... }:
|
||||
{
|
||||
imports = [
|
||||
../../modules/wayland
|
||||
../../modules/librewolf
|
||||
../common.nix
|
||||
];
|
||||
home = {
|
||||
username = "e";
|
||||
homeDirectory = "/home/e";
|
||||
packages = with pkgs; [
|
||||
discord
|
||||
signal-desktop
|
||||
runelite
|
||||
framesh
|
||||
iofqvim
|
||||
];
|
||||
};
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue