From 64651c2fe4d9c7e4638d0eb091194e34f5767c1a Mon Sep 17 00:00:00 2001 From: servius Date: Tue, 28 Apr 2026 19:22:17 +0530 Subject: [PATCH] feat: Remove paseo --- flake.lock | 21 --------------------- flake.nix | 4 ---- nixos/default.nix | 1 - nixos/ryu/services/default.nix | 1 - nixos/ryu/services/paseo.nix | 6 ------ 5 files changed, 33 deletions(-) delete mode 100644 nixos/ryu/services/paseo.nix diff --git a/flake.lock b/flake.lock index 38122a9..efcfd78 100644 --- a/flake.lock +++ b/flake.lock @@ -2983,26 +2983,6 @@ "type": "github" } }, - "paseo": { - "inputs": { - "nixpkgs": [ - "nixpkgs" - ] - }, - "locked": { - "lastModified": 1777285589, - "narHash": "sha256-nhaHu7MBTgNy6d8PApiAYaNlURxDnY3UOls0k7Uc6SY=", - "owner": "getpaseo", - "repo": "paseo", - "rev": "ec4f569f6eb5e7ea8dc2b4cb8b349d36ff3038ae", - "type": "github" - }, - "original": { - "owner": "getpaseo", - "repo": "paseo", - "type": "github" - } - }, "pre-commit": { "inputs": { "flake-compat": "flake-compat_5", @@ -3090,7 +3070,6 @@ "nno": "nno", "nur": "nur", "onepassword-shell-plugins": "onepassword-shell-plugins", - "paseo": "paseo", "servius-website": "servius-website", "sops-nix": "sops-nix", "stylix": "stylix", diff --git a/flake.nix b/flake.nix index 4342076..3a6bd5c 100644 --- a/flake.nix +++ b/flake.nix @@ -193,10 +193,6 @@ # url = "github:uttarayan21/nix-proton-cachyos"; # inputs.nixpkgs.follows = "nixpkgs"; # }; - paseo = { - url = "github:getpaseo/paseo"; - inputs.nixpkgs.follows = "nixpkgs"; - }; }; outputs = { diff --git a/nixos/default.nix b/nixos/default.nix index 6531a64..d149bc6 100644 --- a/nixos/default.nix +++ b/nixos/default.nix @@ -29,7 +29,6 @@ inputs.stylix.nixosModules.stylix inputs.headplane.nixosModules.headplane inputs.tangled-core.nixosModules.knot - inputs.paseo.nixosModules.default ./${device.name}/configuration.nix ../home/module.nix diff --git a/nixos/ryu/services/default.nix b/nixos/ryu/services/default.nix index b5facb1..9fefa7a 100644 --- a/nixos/ryu/services/default.nix +++ b/nixos/ryu/services/default.nix @@ -26,6 +26,5 @@ ./sunshine.nix ./tailscale.nix ./wivrn.nix - ./paseo.nix ]; } diff --git a/nixos/ryu/services/paseo.nix b/nixos/ryu/services/paseo.nix deleted file mode 100644 index 916ca2e..0000000 --- a/nixos/ryu/services/paseo.nix +++ /dev/null @@ -1,6 +0,0 @@ -{device, ...}: { - services.paseo = { - enable = true; - user = device.user; - }; -} -- 2.51.2