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