diff --git a/.github/workflows/nixos.yml b/.github/workflows/nixos.yml index 073086b5..3736b324 100644 --- a/.github/workflows/nixos.yml +++ b/.github/workflows/nixos.yml @@ -51,7 +51,7 @@ jobs: name: 0x76-infra authToken: "${{ secrets.CACHIX_AUTH_TOKEN }}" - - name: "Build NixOS config ❄️" + - name: "Check NixOS Flake ❄️" run: | nix flake check diff --git a/flake.nix b/flake.nix index 749a4b66..018078ed 100644 --- a/flake.nix +++ b/flake.nix @@ -8,6 +8,7 @@ inputs = { nixpkgs.url = "github:NixOS/nixpkgs/nixos-unstable-small"; + colmena.url = "github:zhaofengli/colmena"; colmena.inputs.nixpkgs.follows = "nixpkgs"; @@ -28,6 +29,9 @@ hyprpaper.inputs.nixpkgs.follows = "nixpkgs"; riff.url = "github:DeterminateSystems/riff"; + + webcord.url = "github:fufexan/webcord-flake"; + webcord.inputs.nixpkgs.follows = "nixpkgs"; }; outputs = diff --git a/nixos/hosts/thalassa/null/home/default.nix b/nixos/hosts/thalassa/null/home/default.nix index 9219382c..dc709604 100644 --- a/nixos/hosts/thalassa/null/home/default.nix +++ b/nixos/hosts/thalassa/null/home/default.nix @@ -14,8 +14,8 @@ home.packages = with pkgs; [ brightnessctl - discord calibre + discord element-desktop-wayland fluxcd fusee-launcher @@ -26,6 +26,8 @@ gnome.gnome-font-viewer gnome.nautilus grim # Screenshot tool + inputs.riff.packages.${pkgs.system}.riff + inputs.webcord.packages.${pkgs.system}.default k9s kubectl libnotify @@ -43,7 +45,6 @@ wf-recorder # Screenrecorder wl-clipboard # Clipboard manager wofi # Wayland rofi - inputs.riff.packages.x86_64-linux.riff ]; programs.foot = {