mirror of
https://github.com/Nickiel12/nicks-nix-config.git
synced 2024-11-24 05:35:29 -08:00
Compare commits
No commits in common. "3dcc7b31eaf8231a82761ceb9e3089d810881073" and "ba2b3326dc1676f9941a4232785992fc0e4de1c1" have entirely different histories.
3dcc7b31ea
...
ba2b3326dc
5 changed files with 18 additions and 27 deletions
32
flake.lock
32
flake.lock
|
@ -122,11 +122,11 @@
|
|||
]
|
||||
},
|
||||
"locked": {
|
||||
"lastModified": 1694134858,
|
||||
"narHash": "sha256-fG/ESauOGmiojKlpJG8gB62dJa5Wd+ZIuiDMKK/HD3g=",
|
||||
"lastModified": 1693713564,
|
||||
"narHash": "sha256-00w2uwb4O6Y1e2W5LG5UFyl1ZN3KFG7aoRdYEvT/BqA=",
|
||||
"owner": "nix-community",
|
||||
"repo": "home-manager",
|
||||
"rev": "19c6a4081b14443420358262f8416149bd79561a",
|
||||
"rev": "8e49b883890ccb52c059abb152b00a416342ec1c",
|
||||
"type": "github"
|
||||
},
|
||||
"original": {
|
||||
|
@ -161,11 +161,11 @@
|
|||
"rust-overlay": "rust-overlay"
|
||||
},
|
||||
"locked": {
|
||||
"lastModified": 1694312115,
|
||||
"narHash": "sha256-3ZsexSI4IkNtH4DV5J8vEaMnnyeyG225g1GVzHBW3Jo=",
|
||||
"lastModified": 1693776108,
|
||||
"narHash": "sha256-T0RawRCJlpbwGTfiO4v9rWY7+wZtSZlhvyNFEK8IclU=",
|
||||
"ref": "refs/heads/main",
|
||||
"rev": "121590f74fdd061069f5aae54029b9cc2aaf7fa0",
|
||||
"revCount": 51,
|
||||
"rev": "6cc989eb4cd56e54b4b19b9e4912aac86631a51f",
|
||||
"revCount": 46,
|
||||
"type": "git",
|
||||
"url": "https://git.nickiel.net/Nickiel/nicks_nextcloud_integrations.git"
|
||||
},
|
||||
|
@ -240,11 +240,11 @@
|
|||
},
|
||||
"nixpkgs_4": {
|
||||
"locked": {
|
||||
"lastModified": 1694183432,
|
||||
"narHash": "sha256-YyPGNapgZNNj51ylQMw9lAgvxtM2ai1HZVUu3GS8Fng=",
|
||||
"lastModified": 1693663421,
|
||||
"narHash": "sha256-ImMIlWE/idjcZAfxKK8sQA7A1Gi/O58u5/CJA+mxvl8=",
|
||||
"owner": "nixos",
|
||||
"repo": "nixpkgs",
|
||||
"rev": "db9208ab987cdeeedf78ad9b4cf3c55f5ebd269b",
|
||||
"rev": "e56990880811a451abd32515698c712788be5720",
|
||||
"type": "github"
|
||||
},
|
||||
"original": {
|
||||
|
@ -256,11 +256,11 @@
|
|||
},
|
||||
"nixpkgs_5": {
|
||||
"locked": {
|
||||
"lastModified": 1693985761,
|
||||
"narHash": "sha256-K5b+7j7Tt3+AqbWkcw+wMeqOAWyCD1MH26FPZyWXpdo=",
|
||||
"lastModified": 1693003285,
|
||||
"narHash": "sha256-5nm4yrEHKupjn62MibENtfqlP6pWcRTuSKrMiH9bLkc=",
|
||||
"owner": "NixOS",
|
||||
"repo": "nixpkgs",
|
||||
"rev": "0bffda19b8af722f8069d09d8b6a24594c80b352",
|
||||
"rev": "5690c4271f2998c304a45c91a0aeb8fb69feaea7",
|
||||
"type": "github"
|
||||
},
|
||||
"original": {
|
||||
|
@ -278,11 +278,11 @@
|
|||
"pre-commit-hooks": "pre-commit-hooks"
|
||||
},
|
||||
"locked": {
|
||||
"lastModified": 1694274712,
|
||||
"narHash": "sha256-XoqfgaqzvS9FS2Ci2NXEPkuY5Shc3Z4RACEeJrWDSsI=",
|
||||
"lastModified": 1693552651,
|
||||
"narHash": "sha256-U0PdjLxFtgK1a7leKgzqPeorhncO9xo+wmPJ/NK8fIg=",
|
||||
"owner": "nix-community",
|
||||
"repo": "nixvim",
|
||||
"rev": "6efbb5353c08e6bcee24f3ed7314e51767a52d9e",
|
||||
"rev": "186b790febffd6d16c2ba6bbe55655ddbdeec894",
|
||||
"type": "github"
|
||||
},
|
||||
"original": {
|
||||
|
|
|
@ -20,9 +20,6 @@
|
|||
enable_previews = true;
|
||||
enabledPreviewProviders = [
|
||||
"OC\\Preview\\HEIC"
|
||||
"OC\\Preview\\JPEG"
|
||||
"OC\\Preview\\JPG"
|
||||
"OC\\Preview\\PNG"
|
||||
];
|
||||
};
|
||||
|
||||
|
|
|
@ -6,9 +6,4 @@
|
|||
config_path = "/home/nixolas/nextcloud_integrations.toml";
|
||||
frequency = 15;
|
||||
};
|
||||
services.time_tracker = {
|
||||
enable = true;
|
||||
config_path = "/home/nixolas/nextcloud_testing.toml";
|
||||
frequency = 5;
|
||||
};
|
||||
}
|
||||
|
|
|
@ -87,7 +87,7 @@ in
|
|||
"lua"
|
||||
];
|
||||
};
|
||||
rainbow-delimiters.enable = true;
|
||||
treesitter-rainbow.enable = true;
|
||||
treesitter-refactor = {
|
||||
enable = true;
|
||||
#highlightCurrentScope.enable = true;
|
||||
|
|
|
@ -86,12 +86,11 @@ in
|
|||
pandoc # utility for converting between document types
|
||||
qmk # QMK utility for compiling qmk firmware
|
||||
nextcloud-client # Nextcloud private syncing
|
||||
hddtemp
|
||||
|
||||
texlive.combined.scheme-medium
|
||||
|
||||
# commandline utils
|
||||
eza
|
||||
exa
|
||||
fd
|
||||
fortune
|
||||
neofetch
|
||||
|
|
Loading…
Reference in a new issue