From 524f3758a6092f94d50e34fa449f936e41df1e70 Mon Sep 17 00:00:00 2001 From: uttarayan21 Date: Fri, 21 Feb 2025 15:57:15 +0530 Subject: [PATCH] feat: Removed a lot of items --- home/default.nix | 4 ---- home/linux/gui.nix | 8 ++------ home/linux/hyprland.nix | 2 +- nixos/mirai/services/default.nix | 2 +- nixos/mirai/services/seafile.nix | 2 +- 5 files changed, 5 insertions(+), 13 deletions(-) diff --git a/home/default.nix b/home/default.nix index b331afa1..7f266e71 100644 --- a/home/default.nix +++ b/home/default.nix @@ -52,10 +52,6 @@ [net] git-fetch-with-cli = true - # [target.aarch64-apple-darwin] - # linker = "clang" - # rustflags = ["-C", "link-arg=-fuse-ld=${pkgs.mold}/bin/mold"] - [registries.catscii] index = "https://git.shipyard.rs/catscii/crate-index.git" diff --git a/home/linux/gui.nix b/home/linux/gui.nix index ea8e738b..2d149319 100644 --- a/home/linux/gui.nix +++ b/home/linux/gui.nix @@ -25,22 +25,18 @@ lib.attrsets.optionalAttrs device.hasGui { [] ++ lib.optionals device.hasGui [ discord - abaddon - ferdium jdk mullvad-closest mullvad-vpn nautilus - nextcloud-client + totem + ffmpegthumbnailer polkit_gnome - psst seahorse signal-desktop - slack sony-headphones-client spotify steam-run - via wl-clipboard zed-editor webcord diff --git a/home/linux/hyprland.nix b/home/linux/hyprland.nix index 60cb7fad..aad82de8 100644 --- a/home/linux/hyprland.nix +++ b/home/linux/hyprland.nix @@ -142,7 +142,7 @@ # "${pkgs.swww}/bin/swww init; swww img ~/.local/share/dotfiles/images/wallpaper.jpg" "${pkgs.ironbar}/bin/ironbar" # "${pkgs.swayosd}/bin/swayosd-server" - "${pkgs.nextcloud-client}/bin/nextcloud --background" + # "${pkgs.nextcloud-client}/bin/nextcloud --background" ]; "$mainMod" = "SUPER"; diff --git a/nixos/mirai/services/default.nix b/nixos/mirai/services/default.nix index 714170fc..74c1a442 100644 --- a/nixos/mirai/services/default.nix +++ b/nixos/mirai/services/default.nix @@ -7,8 +7,8 @@ ./minecraft.nix ./tailscale.nix ./vscode.nix + ./seafile.nix # ./syncthing.nix - # ./seafile.nix # ./nextcloud.nix # ./navidrome.nix diff --git a/nixos/mirai/services/seafile.nix b/nixos/mirai/services/seafile.nix index 35de81b0..775a5823 100644 --- a/nixos/mirai/services/seafile.nix +++ b/nixos/mirai/services/seafile.nix @@ -1,6 +1,6 @@ {config, ...}: { # sops = { - # # secrets."nextcloud/adminpass".owner = config.users.users..name; + # secrets."nextcloud/adminpass".owner = config.users.users.caddy.name; # }; nixpkgs.config.allowBroken = true; services = {