h
This commit is contained in:
parent
f5f2fa95d4
commit
8c8c27fd44
3 changed files with 8 additions and 2 deletions
|
|
@ -44,7 +44,7 @@
|
|||
inherit inputs;
|
||||
vars = {
|
||||
isNixOS = true;
|
||||
class = "desktop";
|
||||
class = "lowspec";
|
||||
user = "maya";
|
||||
useSyncthing = true;
|
||||
};
|
||||
|
|
|
|||
|
|
@ -33,6 +33,11 @@
|
|||
tags_separator = ";";
|
||||
};
|
||||
};
|
||||
programs.password-store = {
|
||||
enable = true;
|
||||
package = pkgs.pass.withExtensions (exts: [exts.pass-otp]);
|
||||
};
|
||||
|
||||
services.mpd = {
|
||||
enable = true;
|
||||
musicDirectory = "/home/${vars.user}/Music";
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
{vars, ...}:{
|
||||
{vars, lib, ...}:{
|
||||
programs.nixvim = {
|
||||
enable = true;
|
||||
colorschemes.catppuccin.enable = true;
|
||||
|
|
@ -22,6 +22,7 @@
|
|||
};
|
||||
lsp = {
|
||||
enable = true;
|
||||
|
||||
servers.nixd = {
|
||||
enable = true;
|
||||
extraOptions.offset_encoding = "utf-8";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue