switched to owncloud
This commit is contained in:
parent
1e03626a6e
commit
b5ae84e644
4 changed files with 5 additions and 9 deletions
|
@ -15,7 +15,6 @@
|
|||
./fish.nix
|
||||
./eza.nix
|
||||
./nvf.nix
|
||||
./nextcloud.nix
|
||||
./git.nix
|
||||
./stylix.nix
|
||||
./direnv.nix
|
||||
|
@ -34,6 +33,8 @@
|
|||
# Allow XWayland apps to not be weird after turning off xwayland scaling in hyprland.conf
|
||||
GDK_SCALE = 1;
|
||||
XCURSOR_SIZE = 24;
|
||||
# Set hyprshot save directory
|
||||
HYPRSHOT_DIR = "$HOME/Pictures/Screenshots";
|
||||
# Set default editor
|
||||
EDITOR = "nvim";
|
||||
NIXOS_OZONE_WL = 1;
|
||||
|
|
|
@ -65,6 +65,7 @@
|
|||
"nm-applet --indicator"
|
||||
"blueman-applet"
|
||||
"trayscale"
|
||||
"owncloud"
|
||||
];
|
||||
|
||||
# Declare all keybinds
|
||||
|
|
|
@ -1,7 +0,0 @@
|
|||
{ ... }:
|
||||
{
|
||||
services.nextcloud-client = {
|
||||
enable = true;
|
||||
startInBackground = true;
|
||||
};
|
||||
}
|
|
@ -8,7 +8,7 @@
|
|||
bitwarden-desktop # Integrates with bitwarden extension
|
||||
wofi # Wayland app launcher
|
||||
nvtopPackages.amd # GPU monitor, more detailed than BTOP-rocm
|
||||
signal-desktop # Signal messenger client
|
||||
signal-desktop-bin # Signal messenger client
|
||||
nautilus # File manager (move to option maybe)
|
||||
element-desktop # Matrix client
|
||||
stable.jetbrains.idea-community # IDE
|
||||
|
@ -46,6 +46,7 @@
|
|||
|
||||
networkmanagerapplet # Tray icon for managing networking
|
||||
blueman # Tray icon for managing bluetooth
|
||||
owncloud-client # desktop sync client
|
||||
];
|
||||
services.flatpak.packages = [
|
||||
"io.mrarm.mcpelauncher" # Minecraft bedrock edition launcher
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue