feat: new setup for work laptop
This commit is contained in:
parent
572a731057
commit
17328f7089
17 changed files with 1063 additions and 957 deletions
25
home-modules/core.nix
Normal file
25
home-modules/core.nix
Normal file
|
|
@ -0,0 +1,25 @@
|
|||
{ config, inputs, ... }:
|
||||
|
||||
{
|
||||
imports = [ inputs.zen-browser.homeModules.default ];
|
||||
|
||||
home.username = "jet";
|
||||
home.homeDirectory = "/home/jet";
|
||||
home.stateVersion = "25.05";
|
||||
|
||||
home.sessionVariables = {
|
||||
BROWSER = "zen";
|
||||
TERMINAL = "kitty";
|
||||
};
|
||||
|
||||
xdg.userDirs = {
|
||||
enable = true;
|
||||
setSessionVariables = true;
|
||||
};
|
||||
|
||||
gtk = {
|
||||
enable = true;
|
||||
gtk4.theme = config.gtk.theme;
|
||||
gtk3.extraConfig.gtk-application-prefer-dark-theme = 1;
|
||||
};
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue