Compare commits

..

No commits in common. "3dcc7b31eaf8231a82761ceb9e3089d810881073" and "ba2b3326dc1676f9941a4232785992fc0e4de1c1" have entirely different histories.

5 changed files with 18 additions and 27 deletions

View file

@ -122,11 +122,11 @@
] ]
}, },
"locked": { "locked": {
"lastModified": 1694134858, "lastModified": 1693713564,
"narHash": "sha256-fG/ESauOGmiojKlpJG8gB62dJa5Wd+ZIuiDMKK/HD3g=", "narHash": "sha256-00w2uwb4O6Y1e2W5LG5UFyl1ZN3KFG7aoRdYEvT/BqA=",
"owner": "nix-community", "owner": "nix-community",
"repo": "home-manager", "repo": "home-manager",
"rev": "19c6a4081b14443420358262f8416149bd79561a", "rev": "8e49b883890ccb52c059abb152b00a416342ec1c",
"type": "github" "type": "github"
}, },
"original": { "original": {
@ -161,11 +161,11 @@
"rust-overlay": "rust-overlay" "rust-overlay": "rust-overlay"
}, },
"locked": { "locked": {
"lastModified": 1694312115, "lastModified": 1693776108,
"narHash": "sha256-3ZsexSI4IkNtH4DV5J8vEaMnnyeyG225g1GVzHBW3Jo=", "narHash": "sha256-T0RawRCJlpbwGTfiO4v9rWY7+wZtSZlhvyNFEK8IclU=",
"ref": "refs/heads/main", "ref": "refs/heads/main",
"rev": "121590f74fdd061069f5aae54029b9cc2aaf7fa0", "rev": "6cc989eb4cd56e54b4b19b9e4912aac86631a51f",
"revCount": 51, "revCount": 46,
"type": "git", "type": "git",
"url": "https://git.nickiel.net/Nickiel/nicks_nextcloud_integrations.git" "url": "https://git.nickiel.net/Nickiel/nicks_nextcloud_integrations.git"
}, },
@ -240,11 +240,11 @@
}, },
"nixpkgs_4": { "nixpkgs_4": {
"locked": { "locked": {
"lastModified": 1694183432, "lastModified": 1693663421,
"narHash": "sha256-YyPGNapgZNNj51ylQMw9lAgvxtM2ai1HZVUu3GS8Fng=", "narHash": "sha256-ImMIlWE/idjcZAfxKK8sQA7A1Gi/O58u5/CJA+mxvl8=",
"owner": "nixos", "owner": "nixos",
"repo": "nixpkgs", "repo": "nixpkgs",
"rev": "db9208ab987cdeeedf78ad9b4cf3c55f5ebd269b", "rev": "e56990880811a451abd32515698c712788be5720",
"type": "github" "type": "github"
}, },
"original": { "original": {
@ -256,11 +256,11 @@
}, },
"nixpkgs_5": { "nixpkgs_5": {
"locked": { "locked": {
"lastModified": 1693985761, "lastModified": 1693003285,
"narHash": "sha256-K5b+7j7Tt3+AqbWkcw+wMeqOAWyCD1MH26FPZyWXpdo=", "narHash": "sha256-5nm4yrEHKupjn62MibENtfqlP6pWcRTuSKrMiH9bLkc=",
"owner": "NixOS", "owner": "NixOS",
"repo": "nixpkgs", "repo": "nixpkgs",
"rev": "0bffda19b8af722f8069d09d8b6a24594c80b352", "rev": "5690c4271f2998c304a45c91a0aeb8fb69feaea7",
"type": "github" "type": "github"
}, },
"original": { "original": {
@ -278,11 +278,11 @@
"pre-commit-hooks": "pre-commit-hooks" "pre-commit-hooks": "pre-commit-hooks"
}, },
"locked": { "locked": {
"lastModified": 1694274712, "lastModified": 1693552651,
"narHash": "sha256-XoqfgaqzvS9FS2Ci2NXEPkuY5Shc3Z4RACEeJrWDSsI=", "narHash": "sha256-U0PdjLxFtgK1a7leKgzqPeorhncO9xo+wmPJ/NK8fIg=",
"owner": "nix-community", "owner": "nix-community",
"repo": "nixvim", "repo": "nixvim",
"rev": "6efbb5353c08e6bcee24f3ed7314e51767a52d9e", "rev": "186b790febffd6d16c2ba6bbe55655ddbdeec894",
"type": "github" "type": "github"
}, },
"original": { "original": {

View file

@ -20,9 +20,6 @@
enable_previews = true; enable_previews = true;
enabledPreviewProviders = [ enabledPreviewProviders = [
"OC\\Preview\\HEIC" "OC\\Preview\\HEIC"
"OC\\Preview\\JPEG"
"OC\\Preview\\JPG"
"OC\\Preview\\PNG"
]; ];
}; };

View file

@ -6,9 +6,4 @@
config_path = "/home/nixolas/nextcloud_integrations.toml"; config_path = "/home/nixolas/nextcloud_integrations.toml";
frequency = 15; frequency = 15;
}; };
services.time_tracker = {
enable = true;
config_path = "/home/nixolas/nextcloud_testing.toml";
frequency = 5;
};
} }

View file

@ -87,7 +87,7 @@ in
"lua" "lua"
]; ];
}; };
rainbow-delimiters.enable = true; treesitter-rainbow.enable = true;
treesitter-refactor = { treesitter-refactor = {
enable = true; enable = true;
#highlightCurrentScope.enable = true; #highlightCurrentScope.enable = true;

View file

@ -86,12 +86,11 @@ in
pandoc # utility for converting between document types pandoc # utility for converting between document types
qmk # QMK utility for compiling qmk firmware qmk # QMK utility for compiling qmk firmware
nextcloud-client # Nextcloud private syncing nextcloud-client # Nextcloud private syncing
hddtemp
texlive.combined.scheme-medium texlive.combined.scheme-medium
# commandline utils # commandline utils
eza exa
fd fd
fortune fortune
neofetch neofetch