diff --git a/flake.lock b/flake.lock index 92c425d7..58f568a3 100644 --- a/flake.lock +++ b/flake.lock @@ -659,14 +659,17 @@ ] }, "locked": { - "lastModified": 1758196882, - "narHash": "sha256-TbYNkdSo5j0d5ODWVoh6ZIziIKNGpLQckZWr0SeTwmQ=", - "path": "/home/kat/src/ida-pro-overlay", - "type": "path" + "lastModified": 1758197306, + "narHash": "sha256-GKTo+HBswsF0zB/aFtGmXOo21u3Xja6ffCJaQRF+x/I=", + "owner": "kittywitch", + "repo": "ida-pro-overlay", + "rev": "cb612510be4ba421517b2c5e152ab4343d709c4a", + "type": "github" }, "original": { - "path": "/home/kat/src/ida-pro-overlay", - "type": "path" + "owner": "kittywitch", + "repo": "ida-pro-overlay", + "type": "github" } }, "infrastructure": { diff --git a/home/environments/niri/niri.nix b/home/environments/niri/niri.nix index fa1c05eb..fafe3c76 100644 --- a/home/environments/niri/niri.nix +++ b/home/environments/niri/niri.nix @@ -70,7 +70,7 @@ in { }; }; debug = { - deactivate-unfocused-windows = {}; + #deactivate-unfocused-windows = {}; }; workspaces = { "01-notes" = { diff --git a/home/profiles/graphical/aliases.nix b/home/profiles/graphical/aliases.nix index 323a3b02..7bc078bd 100644 --- a/home/profiles/graphical/aliases.nix +++ b/home/profiles/graphical/aliases.nix @@ -12,8 +12,8 @@ in { sidequest ]; aliaser = package: - pkgs.writeShellScriptBin package.name '' - ${getExe config.nix.package} run nixpkgs#${package.name} -- "$@" + pkgs.writeShellScriptBin package.pname '' + ${getExe config.nix.package} run nixpkgs#${package.pname} -- "$@" ''; in map aliaser packages; diff --git a/nixos/profiles/graphical/syncthing.nix b/nixos/profiles/graphical/syncthing.nix new file mode 100644 index 00000000..7f072c75 --- /dev/null +++ b/nixos/profiles/graphical/syncthing.nix @@ -0,0 +1,8 @@ +_: { + services.syncthing = { + enable = true; + openDefaultPorts = true; + user = "kat"; + dataDir = "/home/kat"; + }; +} diff --git a/systems/goliath.nix b/systems/goliath.nix index 05ce6be9..1e7f64cd 100644 --- a/systems/goliath.nix +++ b/systems/goliath.nix @@ -71,32 +71,38 @@ _: let cudaSupport = true; }; konawall-py.settings = { - source = "e621"; + source = "konachan"; tags = [ - "rating:s" - #"-male/male" - "-overweight_male" - "-five_nights_at_freddy's" - #"touhou" - "-male" - "-large_breasts" - "-scalie" - #"-my_little_pony" - "-sonic_the_hedgehog" - "-amputee" - "-inflation" - "-pool_toy" - "-cuckold" - "-gore" - "-human" - "-animated" - "-hyper" - "-death" - "ratio:>=1.3" - "-muscular_male" - "-model_sheet" + "rating:e" ]; }; + # konawall-py.settings = { + # source = "e621"; + # tags = [ + # "rating:s" + # #"-male/male" + # "-overweight_male" + # "-five_nights_at_freddy's" + # #"touhou" + # "-male" + # "-large_breasts" + # "-scalie" + # #"-my_little_pony" + # "-sonic_the_hedgehog" + # "-amputee" + # "-inflation" + # "-pool_toy" + # "-cuckold" + # "-gore" + # "-human" + # "-animated" + # "-hyper" + # "-death" + # "ratio:>=1.3" + # "-muscular_male" + # "-model_sheet" + # ]; + # }; waybar.settings.main = { modules-right = [ "custom/nvidia-vram" diff --git a/systems/koishi.nix b/systems/koishi.nix index 732da2e7..f7e629d5 100644 --- a/systems/koishi.nix +++ b/systems/koishi.nix @@ -165,7 +165,7 @@ _: let }; in { arch = "x86_64"; - deploy.hostname = "10.1.1.68"; + deploy.hostname = "10.1.1.171"; ci.enable = false; # Closure too large type = "NixOS"; modules = [