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": {
|
||||
"lastModified": 1772111181,
|
||||
"narHash": "sha256-cHBFhVspigIEfCIA3lteRYrBkXTT6j9A8eyypZOOTNI=",
|
||||
"lastModified": 1788979552,
|
||||
"narHash": "sha256-SXjtpMZ7yx1stUvN+Z9KDgBMnzxcwQA1RXEtwGb9oM0=",
|
||||
"owner": "tuxdotrs",
|
||||
"repo": "tnvim",
|
||||
"rev": "476698308f1568aa1aaa07ed5fb65dc6d92f5f2d",
|
||||
"rev": "810d9b165ae7eb1ab262baf49efdea1a90ae4b18",
|
||||
"type": "github"
|
||||
},
|
||||
"original": {
|
||||
|
||||
@@ -1,5 +1,4 @@
|
||||
{ config, ... }:
|
||||
{
|
||||
{ config, ... }: {
|
||||
flake.modules.nixos.arcturus =
|
||||
{
|
||||
pkgs,
|
||||
@@ -26,6 +25,7 @@
|
||||
directories = [
|
||||
"Distrobox"
|
||||
".bun"
|
||||
".rustup"
|
||||
".config/sops"
|
||||
".local/share/nvim"
|
||||
".local/share/opencode"
|
||||
|
||||
@@ -1,5 +1,4 @@
|
||||
{ config, ... }:
|
||||
{
|
||||
{ config, ... }: {
|
||||
flake.modules.nixos.canopus =
|
||||
{
|
||||
pkgs,
|
||||
@@ -28,6 +27,7 @@
|
||||
"Distrobox"
|
||||
".steam"
|
||||
".bun"
|
||||
".rustup"
|
||||
".cache/awww"
|
||||
".config/BraveSoftware"
|
||||
".config/zed"
|
||||
@@ -50,6 +50,7 @@
|
||||
".local/share/TelegramDesktop"
|
||||
".local/share/GalaxyBudsClient"
|
||||
".local/state/serpantinum"
|
||||
".local/share/zed"
|
||||
];
|
||||
|
||||
files = [
|
||||
|
||||
@@ -1,5 +1,4 @@
|
||||
{ config, ... }:
|
||||
{
|
||||
{ config, ... }: {
|
||||
flake.modules.nixos.sirius =
|
||||
{
|
||||
pkgs,
|
||||
@@ -27,6 +26,7 @@
|
||||
directories = [
|
||||
"Distrobox"
|
||||
".bun"
|
||||
".rustup"
|
||||
".steam"
|
||||
".cache/awww"
|
||||
".config/BraveSoftware"
|
||||
@@ -49,6 +49,7 @@
|
||||
".local/share/vicinae"
|
||||
".local/share/TelegramDesktop"
|
||||
".local/state/serpantinum"
|
||||
".local/share/zed"
|
||||
];
|
||||
|
||||
files = [
|
||||
|
||||
Reference in New Issue
Block a user