Compare commits
1 commit
99103b4806
...
56a863e7c7
| Author | SHA1 | Date | |
|---|---|---|---|
| 56a863e7c7 |
1 changed files with 1 additions and 7 deletions
8
home.nix
8
home.nix
|
|
@ -254,8 +254,6 @@ in
|
|||
"nfu" = "nix flake update";
|
||||
"c" = "claude";
|
||||
"o" = "opencode";
|
||||
"ow" =
|
||||
"URL=\"https://$(tailscale status --json | jq -r '.Self.DNSName | sub(\"\\.$\"; \"\")')\"; printf 'Open on phone: %s\\n' \"$URL\"; tailscale serve --bg 443 http://127.0.0.1:4096; opencode web --hostname 127.0.0.1 --port 4096";
|
||||
".." = "z ..";
|
||||
j = "jj";
|
||||
jgf = "jj git fetch";
|
||||
|
|
@ -578,14 +576,10 @@ in
|
|||
];
|
||||
};
|
||||
|
||||
xdg.userDirs = {
|
||||
enable = true;
|
||||
setSessionVariables = true;
|
||||
};
|
||||
xdg.userDirs.enable = 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