push
This commit is contained in:
31
README.md
Normal file
31
README.md
Normal file
@@ -0,0 +1,31 @@
|
|||||||
|
# nix
|
||||||
|
|
||||||
|
[dendritic](https://github.com/vic/den) [nix](https://nixos.org/) configuration.
|
||||||
|
|
||||||
|
## hosts
|
||||||
|
| host | command |
|
||||||
|
|-|-|
|
||||||
|
| [desktop](https://github.com/4DBug/nix/tree/master/modules/hosts/nix/nix.nix) | `nh os switch ~/nix --impure -H nix` |
|
||||||
|
| [laptop](https://github.com/4DBug/nix/tree/master/modules/hosts/nix/laptop.nix) | `nh os switch ~/nix --impure -H laptop` |
|
||||||
|
| [server](https://github.com/4DBug/nix/tree/master/modules/hosts/nix/box.nix) | `nh os switch ~/nix --impure -H box` |
|
||||||
|
|
||||||
|
## services
|
||||||
|
| service | location | file |
|
||||||
|
|-|-|-|
|
||||||
|
| [invidious](https://github.com/invidious/invidious) | [tube.bug.tools](https://tube.bug.tools/) | /modules/services |
|
||||||
|
| [glances](https://github.com/nicolargo/glances) | [monitor.bug.tools](https://monitor.bug.tools/) | /modules/services |
|
||||||
|
| [searxng](https://github.com/searxng/searxng) | [search.bug.tools](https://search.bug.tools/) | /modules/services |
|
||||||
|
| [redlib](https://github.com/redlib-org/redlibb) | [reddit.bug.tools](https://reddit.bug.tools/) | ./modules/services/searxng/searxng.nix |
|
||||||
|
| [copyparty](https://github.com/9001/copyparty) | [files.bug.tools](https://files.bug.tools/) | /modules/services |
|
||||||
|
| [matrix](https://matrix.org/) | [matrix.bug.tools](https://matrix.bug.tools/) | /modules/services |
|
||||||
|
| [nixos-mailserver](https://gitlab.com/simple-nixos-mailserver/nixos-mailserver) | [mail.bug.tools](https://mail.bug.tools/) | /modules/services |
|
||||||
|
| [sish](https://docs.ssi.sh/) | [tuns.bug.tools](https://tuns.bug.tools/) | /modules/services |
|
||||||
|
| [vscode-server](https://github.com/cdr/code-server) | - | /modules/services |
|
||||||
|
|
||||||
|
## software
|
||||||
|
|
||||||
|
| software | file |
|
||||||
|
|-|-|
|
||||||
|
| a | b |
|
||||||
|
| c | d |
|
||||||
|
| e | f |
|
||||||
12
flake.lock
generated
12
flake.lock
generated
@@ -246,11 +246,11 @@
|
|||||||
]
|
]
|
||||||
},
|
},
|
||||||
"locked": {
|
"locked": {
|
||||||
"lastModified": 1771422582,
|
"lastModified": 1771505064,
|
||||||
"narHash": "sha256-xK5kl3OBZaF1VwziVMX+SZ2LT9Fbu5o8vRDt78uR7no=",
|
"narHash": "sha256-lh9rF+C/nKFyWAqbHIa6tK9L/6N0UaQg7zw15aP4jBM=",
|
||||||
"owner": "nix-community",
|
"owner": "nix-community",
|
||||||
"repo": "home-manager",
|
"repo": "home-manager",
|
||||||
"rev": "b3ccd4bb262f4e6d3248b46cede92b90c4a42094",
|
"rev": "a0a01d8811fd5e99e003078ed64a0e7b531545dd",
|
||||||
"type": "github"
|
"type": "github"
|
||||||
},
|
},
|
||||||
"original": {
|
"original": {
|
||||||
@@ -307,11 +307,11 @@
|
|||||||
},
|
},
|
||||||
"nixpkgs_2": {
|
"nixpkgs_2": {
|
||||||
"locked": {
|
"locked": {
|
||||||
"lastModified": 1771177547,
|
"lastModified": 1771207753,
|
||||||
"narHash": "sha256-trTtk3WTOHz7hSw89xIIvahkgoFJYQ0G43IlqprFoMA=",
|
"narHash": "sha256-b9uG8yN50DRQ6A7JdZBfzq718ryYrlmGgqkRm9OOwCE=",
|
||||||
"owner": "nixos",
|
"owner": "nixos",
|
||||||
"repo": "nixpkgs",
|
"repo": "nixpkgs",
|
||||||
"rev": "ac055f38c798b0d87695240c7b761b82fc7e5bc2",
|
"rev": "d1c15b7d5806069da59e819999d70e1cec0760bf",
|
||||||
"type": "github"
|
"type": "github"
|
||||||
},
|
},
|
||||||
"original": {
|
"original": {
|
||||||
|
|||||||
@@ -15,13 +15,14 @@
|
|||||||
cloudflare-warp
|
cloudflare-warp
|
||||||
packages
|
packages
|
||||||
development
|
development
|
||||||
#cad
|
cad
|
||||||
mpd
|
mpd
|
||||||
virtualisation
|
virtualisation
|
||||||
flatpak
|
flatpak
|
||||||
fish
|
fish
|
||||||
dns
|
dns
|
||||||
openssh
|
openssh
|
||||||
|
beets
|
||||||
];
|
];
|
||||||
|
|
||||||
nixos = {
|
nixos = {
|
||||||
|
|||||||
@@ -15,13 +15,14 @@
|
|||||||
#cloudflare-warp
|
#cloudflare-warp
|
||||||
packages
|
packages
|
||||||
development
|
development
|
||||||
#cad
|
cad
|
||||||
mpd
|
mpd
|
||||||
virtualisation
|
virtualisation
|
||||||
flatpak
|
flatpak
|
||||||
fish
|
fish
|
||||||
dns
|
dns
|
||||||
openssh
|
openssh
|
||||||
|
beets
|
||||||
];
|
];
|
||||||
|
|
||||||
nixos = {
|
nixos = {
|
||||||
|
|||||||
@@ -1,6 +1,7 @@
|
|||||||
{
|
{
|
||||||
den.aspects.beets = {
|
den.aspects.beets = {
|
||||||
homeManager = { pkgs, ... }: {
|
homeManager = { pkgs, ... }: {
|
||||||
|
home = {
|
||||||
packages = with pkgs; [
|
packages = with pkgs; [
|
||||||
beets
|
beets
|
||||||
ffmpeg
|
ffmpeg
|
||||||
@@ -48,4 +49,5 @@
|
|||||||
'';
|
'';
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
};
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -7,7 +7,7 @@
|
|||||||
|
|
||||||
stylix = {
|
stylix = {
|
||||||
enable = true;
|
enable = true;
|
||||||
autoEnable = true;
|
autoEnable = false;
|
||||||
polarity = "dark";
|
polarity = "dark";
|
||||||
|
|
||||||
# catppuccin mocha
|
# catppuccin mocha
|
||||||
|
|||||||
@@ -1,5 +1,4 @@
|
|||||||
{ den, ... }:
|
{ den, ... }: {
|
||||||
{
|
|
||||||
den.aspects.bug = {
|
den.aspects.bug = {
|
||||||
includes = [
|
includes = [
|
||||||
den.provides.primary-user
|
den.provides.primary-user
|
||||||
|
|||||||
Reference in New Issue
Block a user