so many tests

This commit is contained in:
2025-08-04 21:39:24 +03:00
parent 704e704b4c
commit 56e97b6d5f
20 changed files with 104 additions and 104 deletions
+14
View File
@@ -0,0 +1,14 @@
{ inputs, ... }@flakeContext:
{
config,
pkgs,
...
}:
{
programs = {
btop.enable = true;
broot.enable = true;
bottom.enable = true;
fastfetch.enable = true;
};
}
+4 -6
View File
@@ -1,4 +1,3 @@
#{ inputs, ... }@flakeContext:
{
config,
pkgs,
@@ -6,14 +5,14 @@
}:
let
# Paths
beetsPath = "${inputs.zeroq.dirs.wsl-storage}/beets/linux";
#sshPath = "${inputs.zeroq.dirs.storage}/ssh/${inputs.zeroq.devices.server.hostname}";
beetsPath = "${xlib.dirs.wsl-storage}/beets/linux";
#sshPath = "${xlib.dirs.wsl-storage}/ssh/${config.xlib.devices.server.hostname}";
musicPath = "${config.home.homeDirectory}/External/Music";
externalPath = "${inputs.zeroq.dirs.wsl-home}";
externalPath = "${xlib.dirs.wsl-home}";
in
{
imports = [
inputs.self.homeModules.minimal
./minimal.nix
];
xdg = {
enable = true;
@@ -38,7 +37,6 @@ in
# };
};
home = {
#username = "${inputs.zeroq.devices.admin}";
file = {
"External" = {
source = config.lib.file.mkOutOfStoreSymlink externalPath;