mirror of
https://github.com/librephoenix/nixos-config
synced 2025-11-30 22:54:01 +05:30
Updated system + trying zed
This commit is contained in:
parent
e15e4d817e
commit
6f6d16dff1
10 changed files with 166 additions and 84 deletions
|
|
@ -1,4 +1,4 @@
|
|||
{ config, lib, pkgs, ... }:
|
||||
{ config, lib, pkgs, pkgs-stable, ... }:
|
||||
|
||||
let
|
||||
cfg = config.userSettings.office;
|
||||
|
|
@ -26,6 +26,7 @@ in {
|
|||
];
|
||||
services.syncthing.enable = true;
|
||||
services.nextcloud-client = {
|
||||
package = pkgs-stable.nextcloud-client;
|
||||
enable = true;
|
||||
startInBackground = true;
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue