Skip to content

Commit

Permalink
nextcloud stuff
Browse files Browse the repository at this point in the history
  • Loading branch information
isabelroses committed Oct 27, 2023
1 parent 71de971 commit e592ff1
Show file tree
Hide file tree
Showing 9 changed files with 2 additions and 31 deletions.
2 changes: 0 additions & 2 deletions home/isabel/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,6 @@ in {
./services
# Application themeing
./themes
# Other data that can't be organized as easly
./misc
];
config = {
# reload system units when changing configs
Expand Down
28 changes: 0 additions & 28 deletions home/isabel/misc/default.nix

This file was deleted.

Binary file removed home/isabel/misc/pfps/avatar
Binary file not shown.
Binary file removed home/isabel/misc/pfps/avatar2
Binary file not shown.
Binary file removed home/isabel/misc/wallpapers/coke.jpg
Binary file not shown.
Binary file removed home/isabel/misc/wallpapers/hooman.jpg
Binary file not shown.
Binary file removed home/isabel/misc/wallpapers/tempest.png
Binary file not shown.
Binary file removed home/isabel/misc/wallpapers/wall.jpg
Binary file not shown.
3 changes: 2 additions & 1 deletion home/isabel/services/shared/cloud/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,10 @@
pkgs,
...
}: let
inherit (lib) mkIf isAcceptedDevice isWayland;
acceptedTypes = ["desktop" "laptop" "lite" "hybrid"];
in {
config = lib.mkIf ((lib.isAcceptedDevice osConfig acceptedTypes) && (lib.isWayland osConfig)) {
config = mkIf ((isAcceptedDevice osConfig acceptedTypes) && (isWayland osConfig)) {
/*
services = {
nextcloud-client.enable = true;
Expand Down

0 comments on commit e592ff1

Please sign in to comment.