nextcloud
This commit is contained in:
@@ -132,6 +132,10 @@
|
||||
hardware.pulseaudio.support32Bit =
|
||||
true; # # If compatibility with 32-bit applications is desired.
|
||||
|
||||
services.gnome.gnome-keyring.enable = true;
|
||||
security.pam.services.lightdm.enableGnomeKeyring = true;
|
||||
#ssh.startAgent = true;
|
||||
|
||||
# Set stateVersion. Leave it as set.
|
||||
system.stateVersion = "23.11";
|
||||
}
|
||||
|
||||
@@ -8,10 +8,12 @@
|
||||
./element
|
||||
./eww
|
||||
./git
|
||||
./inkscape
|
||||
./ktouch
|
||||
./libreoffice
|
||||
./maestral
|
||||
./neovim
|
||||
./nextcloud
|
||||
./obs
|
||||
./planify
|
||||
./prusa-slicer
|
||||
|
||||
5
home/programs/nextcloud/default.nix
Normal file
5
home/programs/nextcloud/default.nix
Normal file
@@ -0,0 +1,5 @@
|
||||
{ pkgs, config, ... }:
|
||||
|
||||
{
|
||||
home.packages = with pkgs; [ nextcloud-client ];
|
||||
}
|
||||
@@ -1,6 +1,6 @@
|
||||
INFO: latexindent.pl version 3.20.3, 2023-02-19, a script to indent .tex files
|
||||
latexindent.pl lives here: /nix/store/2bhgwk9gsgp4kj73jwwnn7v8ib73mcmc-texlive-latexindent-3.20.3/scripts/latexindent/
|
||||
Sat May 4 13:07:07 2024
|
||||
Sun May 19 17:45:31 2024
|
||||
Reading input from STDIN
|
||||
INFO: Processing switches:
|
||||
-y|--yaml: YAML settings specified via command line
|
||||
|
||||
Reference in New Issue
Block a user