mirror of
https://github.com/tuxdotrs/nix-config.git
synced 2026-09-20 00:59:04 +05:30
Compare commits
3 Commits
c6b12d6ff9
...
9c77654697
| Author | SHA1 | Date | |
|---|---|---|---|
|
9c77654697
|
|||
|
dacbe6bc24
|
|||
|
33a1e9da9c
|
6
flake.lock
generated
6
flake.lock
generated
@@ -2182,11 +2182,11 @@
|
|||||||
]
|
]
|
||||||
},
|
},
|
||||||
"locked": {
|
"locked": {
|
||||||
"lastModified": 1772111181,
|
"lastModified": 1788979552,
|
||||||
"narHash": "sha256-cHBFhVspigIEfCIA3lteRYrBkXTT6j9A8eyypZOOTNI=",
|
"narHash": "sha256-SXjtpMZ7yx1stUvN+Z9KDgBMnzxcwQA1RXEtwGb9oM0=",
|
||||||
"owner": "tuxdotrs",
|
"owner": "tuxdotrs",
|
||||||
"repo": "tnvim",
|
"repo": "tnvim",
|
||||||
"rev": "476698308f1568aa1aaa07ed5fb65dc6d92f5f2d",
|
"rev": "810d9b165ae7eb1ab262baf49efdea1a90ae4b18",
|
||||||
"type": "github"
|
"type": "github"
|
||||||
},
|
},
|
||||||
"original": {
|
"original": {
|
||||||
|
|||||||
@@ -1,5 +1,4 @@
|
|||||||
{ config, ... }:
|
{ config, ... }: {
|
||||||
{
|
|
||||||
flake.modules.nixos.arcturus =
|
flake.modules.nixos.arcturus =
|
||||||
{
|
{
|
||||||
pkgs,
|
pkgs,
|
||||||
@@ -26,6 +25,7 @@
|
|||||||
directories = [
|
directories = [
|
||||||
"Distrobox"
|
"Distrobox"
|
||||||
".bun"
|
".bun"
|
||||||
|
".rustup"
|
||||||
".config/sops"
|
".config/sops"
|
||||||
".local/share/nvim"
|
".local/share/nvim"
|
||||||
".local/share/opencode"
|
".local/share/opencode"
|
||||||
|
|||||||
@@ -1,5 +1,4 @@
|
|||||||
{ config, ... }:
|
{ config, ... }: {
|
||||||
{
|
|
||||||
flake.modules.nixos.canopus =
|
flake.modules.nixos.canopus =
|
||||||
{
|
{
|
||||||
pkgs,
|
pkgs,
|
||||||
@@ -28,6 +27,7 @@
|
|||||||
"Distrobox"
|
"Distrobox"
|
||||||
".steam"
|
".steam"
|
||||||
".bun"
|
".bun"
|
||||||
|
".rustup"
|
||||||
".cache/awww"
|
".cache/awww"
|
||||||
".config/BraveSoftware"
|
".config/BraveSoftware"
|
||||||
".config/zed"
|
".config/zed"
|
||||||
@@ -50,6 +50,7 @@
|
|||||||
".local/share/TelegramDesktop"
|
".local/share/TelegramDesktop"
|
||||||
".local/share/GalaxyBudsClient"
|
".local/share/GalaxyBudsClient"
|
||||||
".local/state/serpantinum"
|
".local/state/serpantinum"
|
||||||
|
".local/share/zed"
|
||||||
];
|
];
|
||||||
|
|
||||||
files = [
|
files = [
|
||||||
|
|||||||
@@ -1,5 +1,4 @@
|
|||||||
{ config, ... }:
|
{ config, ... }: {
|
||||||
{
|
|
||||||
flake.modules.nixos.sirius =
|
flake.modules.nixos.sirius =
|
||||||
{
|
{
|
||||||
pkgs,
|
pkgs,
|
||||||
@@ -27,6 +26,7 @@
|
|||||||
directories = [
|
directories = [
|
||||||
"Distrobox"
|
"Distrobox"
|
||||||
".bun"
|
".bun"
|
||||||
|
".rustup"
|
||||||
".steam"
|
".steam"
|
||||||
".cache/awww"
|
".cache/awww"
|
||||||
".config/BraveSoftware"
|
".config/BraveSoftware"
|
||||||
@@ -49,6 +49,7 @@
|
|||||||
".local/share/vicinae"
|
".local/share/vicinae"
|
||||||
".local/share/TelegramDesktop"
|
".local/share/TelegramDesktop"
|
||||||
".local/state/serpantinum"
|
".local/state/serpantinum"
|
||||||
|
".local/share/zed"
|
||||||
];
|
];
|
||||||
|
|
||||||
files = [
|
files = [
|
||||||
|
|||||||
Reference in New Issue
Block a user