Skip to content

Commit 4dba710

Browse files
committed
misc fixes
1 parent 69e8a99 commit 4dba710

File tree

6 files changed

+34
-227
lines changed

6 files changed

+34
-227
lines changed

desktop/configuration/services.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@
4141
};
4242
};
4343
ddclient = {
44-
enable = true;
44+
enable = false;
4545
protocol = "duckdns";
4646
domains = [ "codebam" ];
4747
passwordFile = config.age.secrets.duckdns-token.path;

desktop/configuration/systemd.nix

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,15 @@
2222
# unitConfig.DefaultDependencies = "no";
2323
# };
2424
# };
25+
user = {
26+
services = {
27+
xdg-desktop-portal-wlr = {
28+
serviceConfig = {
29+
ExecStart = [ "" "${pkgs.xdg-desktop-portal-wlr}/libexec/xdg-desktop-portal-wlr -l DEBUG" ];
30+
};
31+
};
32+
};
33+
};
2534
timers = {
2635
nix-build-steamdeck = {
2736
enable = false;

desktop/makano-home.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@
5454
};
5555
helix = {
5656
enable = true;
57-
package = inputs.helix.packages.${pkgs.stdenv.hostPlatform.system}.default;
57+
# package = inputs.helix.packages.${pkgs.stdenv.hostPlatform.system}.default;
5858
defaultEditor = true;
5959
settings = {
6060
theme = lib.mkForce "catppuccin_mocha";

0 commit comments

Comments
 (0)