mirror of
https://github.com/zoriya/flake.git
synced 2026-05-29 09:22:32 +00:00
Update things
This commit is contained in:
@@ -11,6 +11,15 @@
|
|||||||
- Lots of cli tools
|
- Lots of cli tools
|
||||||
- Impermanence (everything except `~/stuff` & `~/projects` is wiped on reboot), `/` is a tmpfs.
|
- Impermanence (everything except `~/stuff` & `~/projects` is wiped on reboot), `/` is a tmpfs.
|
||||||
|
|
||||||
|
## Nvim
|
||||||
|
|
||||||
|
- Is configured through lua
|
||||||
|
- Plugins & LSP are configured in nix
|
||||||
|
- Everything is binary compiled at build time
|
||||||
|
- Everything is packed in a single plugin to optimize the runtimepath length
|
||||||
|
- A `.luarc.json` can be generated using `nix develop`
|
||||||
|
- The config can be used from anywhere using `nix run github:zoriya/flake#nvim`
|
||||||
|
|
||||||
|
|
||||||
## Notes for myself
|
## Notes for myself
|
||||||
|
|
||||||
|
|||||||
Generated
+6
-6
@@ -7,11 +7,11 @@
|
|||||||
]
|
]
|
||||||
},
|
},
|
||||||
"locked": {
|
"locked": {
|
||||||
"lastModified": 1735329054,
|
"lastModified": 1735346012,
|
||||||
"narHash": "sha256-YHBIouh51UieVL5KHmdlQGaO/7wEgjpkyXnXLHaPJBo=",
|
"narHash": "sha256-GJ00fcBs6TJl6R6Uw9f/NEWE3Wdo5C40Mu/CEhUmxv0=",
|
||||||
"owner": "aylur",
|
"owner": "aylur",
|
||||||
"repo": "astal",
|
"repo": "astal",
|
||||||
"rev": "661b14cc893c5be17a4fce8fa269074785f57a36",
|
"rev": "ebcccc4ae13f690220374497f932f58ec5fd7cfd",
|
||||||
"type": "github"
|
"type": "github"
|
||||||
},
|
},
|
||||||
"original": {
|
"original": {
|
||||||
@@ -281,11 +281,11 @@
|
|||||||
]
|
]
|
||||||
},
|
},
|
||||||
"locked": {
|
"locked": {
|
||||||
"lastModified": 1735053786,
|
"lastModified": 1735343815,
|
||||||
"narHash": "sha256-Gm+0DcbUS338vvkwyYWms5jsWlx8z8MeQBzcnIDuIkw=",
|
"narHash": "sha256-p7IJP/97zJda/wwCn1T2LJBz4olF5LjNf4uwhuyvARo=",
|
||||||
"owner": "nix-community",
|
"owner": "nix-community",
|
||||||
"repo": "home-manager",
|
"repo": "home-manager",
|
||||||
"rev": "35b98d20ca8f4ca1f6a2c30b8a2c8bb305a36d84",
|
"rev": "b7a7cd5dd1a74a9fe86ed4e016f91c78483b527a",
|
||||||
"type": "github"
|
"type": "github"
|
||||||
},
|
},
|
||||||
"original": {
|
"original": {
|
||||||
|
|||||||
@@ -75,7 +75,7 @@ return {
|
|||||||
separator = '>',
|
separator = '>',
|
||||||
path = 0,
|
path = 0,
|
||||||
symbols = {
|
symbols = {
|
||||||
modified = '[+]',
|
modified = '',
|
||||||
readonly = '[-]',
|
readonly = '[-]',
|
||||||
unnamed = '[No Name]',
|
unnamed = '[No Name]',
|
||||||
},
|
},
|
||||||
|
|||||||
Reference in New Issue
Block a user