mirror of
https://github.com/gensokyo-zone/infrastructure.git
synced 2026-02-09 12:29:19 -08:00
ops: tewi init
This commit is contained in:
parent
3f2422b20f
commit
67c2e70205
10 changed files with 154 additions and 50 deletions
|
|
@ -43,6 +43,14 @@ in
|
|||
gtk
|
||||
qt
|
||||
];
|
||||
};
|
||||
};
|
||||
work = {
|
||||
imports = with dirImports; [
|
||||
work
|
||||
wezterm
|
||||
emacs
|
||||
];
|
||||
};
|
||||
|
||||
services = serviceImports;
|
||||
}
|
||||
|
|
|
|||
|
|
@ -84,7 +84,7 @@ opt.hlsearch = true -- Highlight matches with last sea
|
|||
-----------------------------------------------------------
|
||||
-- Tabs, indent
|
||||
-----------------------------------------------------------
|
||||
opt.expandtab = false -- Use spaces instead of tabs
|
||||
opt.expandtab = true -- Use spaces instead of tabs
|
||||
opt.shiftwidth = 2 -- Shift 2 spaces when tab
|
||||
opt.tabstop = 2 -- 1 tab == 2 spaces
|
||||
opt.smartindent = true -- Autoindent new lines
|
||||
|
|
|
|||
4
home/work/packages.nix
Normal file
4
home/work/packages.nix
Normal file
|
|
@ -0,0 +1,4 @@
|
|||
{ config, pkgs, ... }: {
|
||||
home.packages = with pkgs; [
|
||||
];
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue