diff --git a/cosmic.nix b/cosmic.nix deleted file mode 100644 index fad0abd..0000000 --- a/cosmic.nix +++ /dev/null @@ -1,19 +0,0 @@ -{ pkgs, ... }: -{ - services = { - gvfs.enable = true; - libinput.enable = true; - desktopManager.cosmic.enable = true; - displayManager.cosmic-greeter.enable = true; - }; - qt = { - enable = true; - style = "adwaita"; - }; - users.users.jawz.packages = builtins.attrValues { - inherit (pkgs) - adw-gtk3 # theme legacy applications - papirus-icon-theme # icon theme - ; - }; -} diff --git a/flake.lock b/flake.lock index d80fa7e..a7ed840 100644 --- a/flake.lock +++ b/flake.lock @@ -66,22 +66,6 @@ "type": "github" } }, - "flake-compat_2": { - "flake": false, - "locked": { - "lastModified": 1717312683, - "narHash": "sha256-FrlieJH50AuvagamEvWMIE6D2OAnERuDboFDYAED/dE=", - "owner": "nix-community", - "repo": "flake-compat", - "rev": "38fd3954cf65ce6faf3d0d45cd26059e059f07ea", - "type": "github" - }, - "original": { - "owner": "nix-community", - "repo": "flake-compat", - "type": "github" - } - }, "flake-parts": { "inputs": { "nixpkgs-lib": "nixpkgs-lib" @@ -416,27 +400,6 @@ "type": "github" } }, - "nixos-cosmic": { - "inputs": { - "flake-compat": "flake-compat_2", - "nixpkgs": "nixpkgs_5", - "nixpkgs-stable": "nixpkgs-stable_2", - "rust-overlay": "rust-overlay" - }, - "locked": { - "lastModified": 1734065204, - "narHash": "sha256-T+3bvgTBCKXs2T1ZWVqB8GeHqEDnKpBZMWa4yFX6UEQ=", - "owner": "lilyinstarlight", - "repo": "nixos-cosmic", - "rev": "d828d3986667c49244548ff431be2a92515281c3", - "type": "github" - }, - "original": { - "owner": "lilyinstarlight", - "repo": "nixos-cosmic", - "type": "github" - } - }, "nixpkgs": { "locked": { "lastModified": 1733212471, @@ -497,22 +460,6 @@ "type": "github" } }, - "nixpkgs-stable_2": { - "locked": { - "lastModified": 1733808091, - "narHash": "sha256-KWwINTQelKOoQgrXftxoqxmKFZb9pLVfnRvK270nkVk=", - "owner": "NixOS", - "repo": "nixpkgs", - "rev": "a0f3e10d94359665dba45b71b4227b0aeb851f8e", - "type": "github" - }, - "original": { - "owner": "NixOS", - "ref": "nixos-24.11", - "repo": "nixpkgs", - "type": "github" - } - }, "nixpkgs_2": { "locked": { "lastModified": 1733392399, @@ -559,15 +506,15 @@ }, "nixpkgs_5": { "locked": { - "lastModified": 1733759999, - "narHash": "sha256-463SNPWmz46iLzJKRzO3Q2b0Aurff3U1n0nYItxq7jU=", - "owner": "NixOS", + "lastModified": 1733940404, + "narHash": "sha256-Pj39hSoUA86ZePPF/UXiYHHM7hMIkios8TYG29kQT4g=", + "owner": "nixos", "repo": "nixpkgs", - "rev": "a73246e2eef4c6ed172979932bc80e1404ba2d56", + "rev": "5d67ea6b4b63378b9c13be21e2ec9d1afc921713", "type": "github" }, "original": { - "owner": "NixOS", + "owner": "nixos", "ref": "nixos-unstable", "repo": "nixpkgs", "type": "github" @@ -590,22 +537,6 @@ } }, "nixpkgs_7": { - "locked": { - "lastModified": 1733940404, - "narHash": "sha256-Pj39hSoUA86ZePPF/UXiYHHM7hMIkios8TYG29kQT4g=", - "owner": "nixos", - "repo": "nixpkgs", - "rev": "5d67ea6b4b63378b9c13be21e2ec9d1afc921713", - "type": "github" - }, - "original": { - "owner": "nixos", - "ref": "nixos-unstable", - "repo": "nixpkgs", - "type": "github" - } - }, - "nixpkgs_8": { "locked": { "lastModified": 1731763621, "narHash": "sha256-ddcX4lQL0X05AYkrkV2LMFgGdRvgap7Ho8kgon3iWZk=", @@ -624,7 +555,7 @@ "nur": { "inputs": { "flake-parts": "flake-parts_2", - "nixpkgs": "nixpkgs_7", + "nixpkgs": "nixpkgs_6", "treefmt-nix": "treefmt-nix" }, "locked": { @@ -671,38 +602,16 @@ "hyprland": "hyprland", "jawz-scripts": "jawz-scripts", "nix-gaming": "nix-gaming", - "nixos-cosmic": "nixos-cosmic", - "nixpkgs": "nixpkgs_6", + "nixpkgs": "nixpkgs_5", "nixpkgs-small": "nixpkgs-small", "nur": "nur", "sops-nix": "sops-nix", "ucodenix": "ucodenix" } }, - "rust-overlay": { - "inputs": { - "nixpkgs": [ - "nixos-cosmic", - "nixpkgs" - ] - }, - "locked": { - "lastModified": 1733970833, - "narHash": "sha256-sPEKtSaZk2CtfF9cdhtbY93S6qGq+d2PKI1fcoDfDaI=", - "owner": "oxalica", - "repo": "rust-overlay", - "rev": "f7f4c59ccdf1bec3f1547d27398e9589aa94e3e8", - "type": "github" - }, - "original": { - "owner": "oxalica", - "repo": "rust-overlay", - "type": "github" - } - }, "sops-nix": { "inputs": { - "nixpkgs": "nixpkgs_8" + "nixpkgs": "nixpkgs_7" }, "locked": { "lastModified": 1733965552, diff --git a/flake.nix b/flake.nix index c7a5c7d..3473cda 100644 --- a/flake.nix +++ b/flake.nix @@ -9,7 +9,6 @@ hyprland.url = "github:hyprwm/Hyprland"; home-manager.url = "github:nix-community/home-manager"; sops-nix.url = "github:Mic92/sops-nix"; - nixos-cosmic.url = "github:lilyinstarlight/nixos-cosmic"; jawz-scripts.url = "path:///home/jawz/Development/Scripts"; }; @@ -43,7 +42,6 @@ ./hosts/${name}/configuration.nix inputs.nur.modules.nixos.default inputs.sops-nix.nixosModules.sops - inputs.nixos-cosmic.nixosModules.default ]; }; in