mirror of
https://github.com/kittywitch/nixfiles.git
synced 2026-02-09 04:19:19 -08:00
Migrate packages for sumireko
This commit is contained in:
parent
befe6ea564
commit
c5426d58af
4 changed files with 3 additions and 7 deletions
|
|
@ -5,12 +5,12 @@
|
||||||
...
|
...
|
||||||
}: let
|
}: let
|
||||||
konawallConfig = {
|
konawallConfig = {
|
||||||
interval = 300;
|
interval = 3000;
|
||||||
rotate = true;
|
rotate = true;
|
||||||
source = "konachan";
|
source = "konachan";
|
||||||
tags = [
|
tags = [
|
||||||
"rating:s"
|
"rating:s"
|
||||||
"touhou"
|
"nobody"
|
||||||
"score:>=50"
|
"score:>=50"
|
||||||
"width:>=1500"
|
"width:>=1500"
|
||||||
];
|
];
|
||||||
|
|
|
||||||
|
|
@ -1,5 +0,0 @@
|
||||||
{pkgs, ...}: {
|
|
||||||
environment.systemPackages = with pkgs; [
|
|
||||||
exiftool
|
|
||||||
];
|
|
||||||
}
|
|
||||||
|
|
@ -6,6 +6,7 @@ _: let
|
||||||
}: {
|
}: {
|
||||||
imports = with tree.darwin; [
|
imports = with tree.darwin; [
|
||||||
orbstack
|
orbstack
|
||||||
|
packages
|
||||||
];
|
];
|
||||||
|
|
||||||
home-manager.users.kat.imports =
|
home-manager.users.kat.imports =
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue