mirror of
https://github.com/anotherhadi/nixy.git
synced 2026-04-02 11:12:09 +02:00
@@ -2,7 +2,7 @@
|
||||
imports = [ ../modules/variables-config.nix ];
|
||||
|
||||
config.var = {
|
||||
hostname = "jack-nixos";
|
||||
hostname = "jack";
|
||||
username = "hadi";
|
||||
homeDirectory = "/home/" + config.var.username;
|
||||
configDirectory = config.var.homeDirectory + "/.config/nixos";
|
||||
@@ -25,6 +25,6 @@
|
||||
sops = true;
|
||||
obsidian = false;
|
||||
|
||||
theme = import ../themes/windows.nix; # select your theme here
|
||||
theme = import ../themes/jack.nix; # select your theme here
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user