diff --git a/flake.lock b/flake.lock index bfa8d9e..7a46a86 100755 --- a/flake.lock +++ b/flake.lock @@ -147,11 +147,11 @@ "treefmt-nix": "treefmt-nix" }, "locked": { - "lastModified": 1759435455, - "narHash": "sha256-foBQIu1JESOiUdY6eUaFZEzN2hEfkbV6J+2HP3zpENo=", + "lastModified": 1759447954, + "narHash": "sha256-w+d1Yu+8sSSmg+1ly/p1N3ENE9AkapR4AbaJx6pXvQA=", "ref": "refs/heads/main", - "rev": "3bc008796c23b295e90770c44253bace41e86776", - "revCount": 13, + "rev": "b923bf6c6a13b7629bbb534ced981363a58944b4", + "revCount": 19, "type": "git", "url": "ssh://git@gitlab.com/uprootnutrition/filesorter.git" }, diff --git a/flake.nix b/flake.nix index 0d7d6e4..ee11fc1 100755 --- a/flake.nix +++ b/flake.nix @@ -64,18 +64,10 @@ url = "github:danyspin97/wpaperd"; inputs.nixpkgs.follows = "nixpkgs"; }; - # zed-editor = { - # url = "github:zed-industries/zed"; - # inputs.nixpkgs.follows = "nixpkgs"; - # }; zen-browser = { url = "gitlab:InvraNet/zen-flake"; inputs.nixpkgs.follows = "nixpkgs"; }; - # nix-comfyui = { - # url = "gitlab:upRootNutrition/nix-comfyui"; - # inputs.nixpkgs.follows = "nixpkgs"; - # }; upRootNutrition = { url = "git+ssh://git@gitlab.com/uprootnutrition/website.git"; }; diff --git a/modules/nixos/default.nix b/modules/nixos/default.nix index 2a8b9c3..15ba5a2 100755 --- a/modules/nixos/default.nix +++ b/modules/nixos/default.nix @@ -9,10 +9,11 @@ in inherit (modules) syncthing ollama - plasma - hypr - niri - wayland + cosmic + # plasma + # hypr + # niri + # wayland network searx flatpak diff --git a/modules/nixos/desktop/cosmic/default.nix b/modules/nixos/desktop/cosmic/default.nix index fbe7f5d..2839a2a 100755 --- a/modules/nixos/desktop/cosmic/default.nix +++ b/modules/nixos/desktop/cosmic/default.nix @@ -1,12 +1,12 @@ { - # nix.settings = { - # substituters = [ - # "https://cosmic.cachix.org/" - # ]; - # trusted-public-keys = [ - # "cosmic.cachix.org-1:Dya9IyXD4xdBehWjrkPv6rtxpmMdRel02smYzA85dPE=" - # ]; - # }; + nix.settings = { + substituters = [ + "https://cosmic.cachix.org/" + ]; + trusted-public-keys = [ + "cosmic.cachix.org-1:Dya9IyXD4xdBehWjrkPv6rtxpmMdRel02smYzA85dPE=" + ]; + }; environment.sessionVariables.COSMIC_DATA_CONTROL_ENABLED = 1; services = { @@ -14,6 +14,6 @@ enable = true; xwayland.enable = true; }; - # displayManager.cosmic-greeter.enable = true; + displayManager.cosmic-greeter.enable = true; }; }