diff options
| author | 2025-11-29 12:11:19 -0800 | |
|---|---|---|
| committer | 2025-12-01 00:18:03 -0800 | |
| commit | 61a0974286739962223ed5db3968c8d48a9c346a (patch) | |
| tree | 700c3cd610e6aa50fd2ea677d7e4dba96dbb1873 /oni/home/services/kdeconnect.scm | |
| parent | a804e11629b2d54ce17a6a61f0e79536a2079000 (diff) | |
| download | new-dotfiles-61a0974286739962223ed5db3968c8d48a9c346a.tar.gz new-dotfiles-61a0974286739962223ed5db3968c8d48a9c346a.zip | |
Fix up rincewind configuration
I've been messing arround with it for a while and I've changed a bunch of things
I don't even remember exactly why, but here we are and everything works.
- There were some imports that needed to be changed because packages had moved
around.
- I've added some packages that I'm trying out for various things.
- I removed Blackthorne from my configuration because I have a dedicated device
to play this on now.
- I split off some packages in separate variables to try and make more clear why
I'm using them and also make them easier to reuse in other configurations.
Diffstat (limited to 'oni/home/services/kdeconnect.scm')
| -rw-r--r-- | oni/home/services/kdeconnect.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/oni/home/services/kdeconnect.scm b/oni/home/services/kdeconnect.scm index 4d648d2..2bbf22c 100644 --- a/oni/home/services/kdeconnect.scm +++ b/oni/home/services/kdeconnect.scm @@ -1,6 +1,6 @@ (define-module (oni home services kdeconnect) #:use-module (gnu services configuration) - #:use-module (gnu packages kde) + #:use-module (gnu packages kde-internet) #:use-module (gnu home services) #:use-module (gnu home services shepherd) #:use-module (gnu home services utils) |
