| 29 Nov 2022 |
@ask-yourself:matrix.org | Ok, no worries. I just don't want you to think I'm breaking decorum. | 16:36:02 |
@ask-yourself:matrix.org | This is the output: | 16:36:07 |
@ask-yourself:matrix.org | .dotfiles on main [!] λ systemctl --user status
● desktop
State: running
Units: 136 loaded (incl. loaded aliases)
Jobs: 0 queued
Failed: 0 units
Since: Tue 2022-11-29 10:18:20 EST; 1h 17min ago
systemd: 251.7
CGroup: /user.slice/user-1000.slice/user@1000.service
├─app.slice
│ ├─flameshot.service
│ │ └─1994 /nix/store/3rwv7m4ipigij9qph7cq0bkx8108mi7l-flameshot-12.1.0/bin/flameshot
│ ├─picom.service
│ │ └─1996 /nix/store/ddvkdffcgb1j17j47b5v645jrqwdkxdw-picom-10/bin/picom --config /nix/st>
│ └─syncthing.service
│ ├─1958 /nix/store/7shs7nyr1gpr8gyfxxn4g2dbw8ggbdf3-syncthing-1.22.1/bin/syncthing -no->
│ └─1971 /nix/store/7shs7nyr1gpr8gyfxxn4g2dbw8ggbdf3-syncthing-1.22.1/bin/syncthing -no->
├─init.scope
│ ├─1950 /run/current-system/systemd/lib/systemd/systemd --user --deserialize 21
│ └─1951 "(sd-pam)"
└─session.slice
├─dbus.service
│ └─2000 /nix/store/78pyly6806z9r9ppmwi35yr0gp5441rp-dbus-1.14.4/bin/dbus-daemon --sessi>
├─pipewire-pulse.service
│ └─3207 /nix/store/ahzfcy3v4rcvj3f963zgpr0m27vkzcy6-pipewire-0.3.60-pulse/bin/pipewire->
├─pipewire.service
│ └─3206 /nix/store/1s40qd5g7iza473iqq7vx2c8s3bdlgmy-pipewire-0.3.60/bin/pipewire
└─wireplumber.service
└─3208 /nix/store/x5l1pnffwxnsczmgc567ric37fjp5naz-wireplumber-0.4.12/bin/wireplumber
| 16:36:11 |
@ask-yourself:matrix.org | So I don't actually see KMonad running as a service there. | 16:36:22 |
@NobbZ:matrix.org | That are system services | 16:36:25 |
@ask-yourself:matrix.org | Ok, I don't think I know what you mean by "service" then, could you clarify? | 16:36:50 |
Wanja Hentze | In reply to @NobbZ:matrix.org That are system services They did pass --user to systemctl | 16:37:37 |
@NobbZ:matrix.org | Exactly. | 16:37:55 |
@NobbZ:matrix.org | Kmonad runs as a system service | 16:38:01 |
@NobbZ:matrix.org | Not as a user service | 16:38:12 |
@NobbZ:matrix.org | At least if they are still using the nixos module as provided by the kmonad repo | 16:38:30 |
@ask-yourself:matrix.org | (I am. I import it to the flake.) | 16:39:04 |
@NobbZ:matrix.org | So check your system services | 16:39:16 |
@NobbZ:matrix.org | Namely kmonad-${keyboard.name}.service | 16:39:32 |
@ask-yourself:matrix.org | I see these:
kmod-static-nodes.service >
kmonad-options.service
| 16:41:01 |
@ask-yourself:matrix.org | I don't see anything with my keyboard's name. | 16:41:30 |
@NobbZ:matrix.org | Please use list-units to also see inactive ones, then check its status. From the module I can't see wether its meant to be oneshot or whtever else, though it has a Restart of "no", which is weird in my opinion… | 17:06:52 |
@NobbZ:matrix.org | Therefore I want to know more about it | 17:07:07 |
@NobbZ:matrix.org | I hope I can build your system locally quickly… | 17:09:08 |
@NobbZ:matrix.org | I can't… colmena doesn't allow to pass --option allow-import-from-derivation true down to nix. | 17:13:10 |
@NobbZ:matrix.org | Or at least I can't find a way | 17:13:28 |
@NobbZ:matrix.org | Also I can't find a way to build the system closure directly using nix build :( | 17:14:02 |
@ask-yourself:matrix.org | In reply to @NobbZ:matrix.org
Please use list-units to also see inactive ones, then check its status. From the module I can't see wether its meant to be oneshot or whtever else, though it has a Restart of "no", which is weird in my opinion… Ok, here is the output: | 17:21:59 |
@ask-yourself:matrix.org | Download list.txt | 17:22:07 |
@ask-yourself:matrix.org | In reply to @NobbZ:matrix.org Also I can't find a way to build the system closure directly using nix build :( Yeah, I do everything with Colmena cause it lets me work on my local and remote systems in the same way. But it's proving to make it difficult for others to help. | 17:23:01 |
@NobbZ:matrix.org | Looking at that list, I would say you called your keyboard "options" | 17:23:36 |
@NobbZ:matrix.org | Please check the status of kmonad-options.service (it is running) And if you have currently changes that are not yet active, please restart the service and tell us if then the changes get applied. | 17:25:27 |
@NobbZ:matrix.org | (I will actually start playing with KMonad on my systems soonish, as it might solve some problems I currently have even with my Moonlander, as there are simply things that are not perfect still, and it behaves differently between Mac and Linux) | 17:26:46 |
@ask-yourself:matrix.org | In reply to @NobbZ:matrix.org (I will actually start playing with KMonad on my systems soonish, as it might solve some problems I currently have even with my Moonlander, as there are simply things that are not perfect still, and it behaves differently between Mac and Linux) This is good to hear. | 17:27:30 |
@ask-yourself:matrix.org | In reply to @NobbZ:matrix.org
Please check the status of kmonad-options.service (it is running) And if you have currently changes that are not yet active, please restart the service and tell us if then the changes get applied. Yes, if I make some changes and they don't take effect, restarting that service makes them take effect. | 17:30:03 |