File tree Expand file tree Collapse file tree 6 files changed +34
-227
lines changed
Expand file tree Collapse file tree 6 files changed +34
-227
lines changed Original file line number Diff line number Diff line change 4141 } ;
4242 } ;
4343 ddclient = {
44- enable = true ;
44+ enable = false ;
4545 protocol = "duckdns" ;
4646 domains = [ "codebam" ] ;
4747 passwordFile = config . age . secrets . duckdns-token . path ;
Original file line number Diff line number Diff line change 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 ;
Original file line number Diff line number Diff line change 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" ;
You can’t perform that action at this time.
0 commit comments