mirror of
https://gitlab.com/upRootNutrition/dotfiles.git
synced 2025-08-08 12:54:38 -05:00
feat: set up sshfs on deimos
This commit is contained in:
parent
27781d3d0f
commit
2b4ad99e25
8 changed files with 54 additions and 8 deletions
|
@ -6,6 +6,14 @@
|
|||
home.packages = builtins.attrValues {
|
||||
inherit (pkgs.kdePackages)
|
||||
dolphin
|
||||
kio-extras
|
||||
baloo
|
||||
kdegraphics-thumbnailers
|
||||
ffmpegthumbs
|
||||
breeze
|
||||
breeze-icons
|
||||
oxygen
|
||||
polkit-kde-agent-1
|
||||
;
|
||||
};
|
||||
}
|
||||
|
|
|
@ -1,3 +1,8 @@
|
|||
{ flake, osConfig, ... }:
|
||||
let
|
||||
inherit (flake.config.machines.devices) deimos;
|
||||
hostname = osConfig.networking.hostName;
|
||||
in
|
||||
{
|
||||
services.wpaperd = {
|
||||
enable = true;
|
||||
|
@ -7,7 +12,7 @@
|
|||
apply-shadow = true;
|
||||
duration = "1m";
|
||||
sorting = "random";
|
||||
};
|
||||
} // (if hostname == deimos.name then { mode = "center"; } else { });
|
||||
};
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue