diff --git a/flake.lock b/flake.lock index 1fc46eab7..f0c7919f0 100644 --- a/flake.lock +++ b/flake.lock @@ -142,27 +142,6 @@ "type": "github" } }, - "comfywm": { - "inputs": { - "nixpkgs": [ - "nixpkgs" - ], - "rust-overlay": "rust-overlay" - }, - "locked": { - "lastModified": 1723727209, - "narHash": "sha256-0SNgrpRxZESFHOlg5YyIUBV0OR1UmpTNuAj4OTKfpQg=", - "ref": "refs/heads/main", - "rev": "c90c9e9bd923f0d66fbea7ce5ffc38db099d5742", - "revCount": 29, - "type": "git", - "url": "ssh://git@git.isabelroses.com:2222/isabel/comfywm" - }, - "original": { - "type": "git", - "url": "ssh://git@git.isabelroses.com:2222/isabel/comfywm" - } - }, "crane": { "locked": { "lastModified": 1728776144, @@ -414,7 +393,7 @@ "nixpkgs" ], "pre-commit-hooks-nix": [], - "rust-overlay": "rust-overlay_2" + "rust-overlay": "rust-overlay" }, "locked": { "lastModified": 1729064530, @@ -549,7 +528,6 @@ "arkenfox": "arkenfox", "beapkgs": "beapkgs", "catppuccin": "catppuccin", - "comfywm": "comfywm", "darwin": "darwin", "deploy-rs": "deploy-rs", "flake-parts": "flake-parts", @@ -571,27 +549,6 @@ } }, "rust-overlay": { - "inputs": { - "nixpkgs": [ - "comfywm", - "nixpkgs" - ] - }, - "locked": { - "lastModified": 1723083652, - "narHash": "sha256-ait+SeO67n8b3lIaBWwuzVX6F1zyTJ0cY6cHWtvhTyc=", - "owner": "oxalica", - "repo": "rust-overlay", - "rev": "69e0ad9289fc08ee5a313fb107f00e0f21e7cbb2", - "type": "github" - }, - "original": { - "owner": "oxalica", - "repo": "rust-overlay", - "type": "github" - } - }, - "rust-overlay_2": { "inputs": { "nixpkgs": [ "lanzaboote", diff --git a/flake.nix b/flake.nix index 46f6c0191..bae7cf185 100755 --- a/flake.nix +++ b/flake.nix @@ -105,7 +105,6 @@ inputs = { nixpkgs.follows = "nixpkgs"; flake-parts.follows = "flake-parts"; - # rust-overlay.follows = "comfywm/rust-overlay"; pre-commit-hooks-nix.follows = ""; flake-compat.follows = ""; }; @@ -177,12 +176,12 @@ }; # my own wm - comfywm = { - url = "git+ssh://git@git.isabelroses.com:2222/isabel/comfywm"; - # url = "path:/home/isabel/dev/comfywm"; - - inputs.nixpkgs.follows = "nixpkgs"; - }; + # comfywm = { + # url = "git+ssh://git@git.isabelroses.com:2222/isabel/comfywm"; + # # url = "path:/home/isabel/dev/comfywm"; + # + # inputs.nixpkgs.follows = "nixpkgs"; + # }; # ghostty a new terminal emulator ghostty = { diff --git a/modules/profiles/meta/graphical/display/wayland/default.nix b/modules/profiles/meta/graphical/display/wayland/default.nix index f7e79558c..c0ac3bcc7 100644 --- a/modules/profiles/meta/graphical/display/wayland/default.nix +++ b/modules/profiles/meta/graphical/display/wayland/default.nix @@ -2,7 +2,7 @@ imports = [ ./environment.nix # configuration for the environment ./hyprland.nix # hyprland specific environment configuration - ./comfywm.nix # configuration for the comfy window manager + # ./comfywm.nix # configuration for the comfy window manager ./services.nix # configuration for the wayland services ]; }