added stuff
This commit is contained in:
parent
937f28770d
commit
236b8c2a6b
907 changed files with 70990 additions and 0 deletions
27
alt/home/vali/laptop.nix
Executable file
27
alt/home/vali/laptop.nix
Executable file
|
@ -0,0 +1,27 @@
|
|||
{ inputs, outputs, pkgs, user, ... }:
|
||||
|
||||
{
|
||||
imports = [
|
||||
# Would look like this:
|
||||
# ../../terminal/zsh/home.nix
|
||||
inputs.schizofox.homeManagerModule
|
||||
../../modules/web/schizofox.nix
|
||||
#../../modules/terminal/zsh/home.nix
|
||||
];
|
||||
xdg.configHome = "/home/${user}/.config/";
|
||||
programs.home-manager.enable = true;
|
||||
home = {
|
||||
stateVersion = "23.11";
|
||||
username = "${user}";
|
||||
homeDirectory = "/home/${user}";
|
||||
};
|
||||
|
||||
# GNOME settings:
|
||||
dconf.settings = {
|
||||
"org/gnome/shell" = {
|
||||
disable-user-extensions = false;
|
||||
enabled-extensions = [ "appindicatorsupport@rgcjonas.gmail.com" ];
|
||||
};
|
||||
"org/gnome/desktop/interface".color-scheme = "prefer-dark";
|
||||
};
|
||||
}
|
18
alt/home/vali/xfce.nix
Executable file
18
alt/home/vali/xfce.nix
Executable file
|
@ -0,0 +1,18 @@
|
|||
{ inputs, outputs, pkgs, user, ... }:
|
||||
|
||||
{
|
||||
imports = [
|
||||
# Would look like this:
|
||||
# ../../terminal/zsh/home.nix
|
||||
inputs.schizofox.homeManagerModule
|
||||
../../modules/web/schizofox.nix
|
||||
#../../modules/terminal/zsh/home.nix
|
||||
];
|
||||
xdg.configHome = "/home/${user}/.config/";
|
||||
programs.home-manager.enable = true;
|
||||
home = {
|
||||
stateVersion = "23.11";
|
||||
username = "${user}";
|
||||
homeDirectory = "/home/${user}";
|
||||
};
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue