added webcord
This commit is contained in:
parent
c29a87a53e
commit
6b2e0c0abf
3 changed files with 8 additions and 3 deletions
2
.github/workflows/nixos.yml
vendored
2
.github/workflows/nixos.yml
vendored
|
@ -51,7 +51,7 @@ jobs:
|
||||||
name: 0x76-infra
|
name: 0x76-infra
|
||||||
authToken: "${{ secrets.CACHIX_AUTH_TOKEN }}"
|
authToken: "${{ secrets.CACHIX_AUTH_TOKEN }}"
|
||||||
|
|
||||||
- name: "Build NixOS config ❄️"
|
- name: "Check NixOS Flake ❄️"
|
||||||
run: |
|
run: |
|
||||||
nix flake check
|
nix flake check
|
||||||
|
|
||||||
|
|
|
@ -8,6 +8,7 @@
|
||||||
inputs = {
|
inputs = {
|
||||||
nixpkgs.url = "github:NixOS/nixpkgs/nixos-unstable-small";
|
nixpkgs.url = "github:NixOS/nixpkgs/nixos-unstable-small";
|
||||||
|
|
||||||
|
|
||||||
colmena.url = "github:zhaofengli/colmena";
|
colmena.url = "github:zhaofengli/colmena";
|
||||||
colmena.inputs.nixpkgs.follows = "nixpkgs";
|
colmena.inputs.nixpkgs.follows = "nixpkgs";
|
||||||
|
|
||||||
|
@ -28,6 +29,9 @@
|
||||||
hyprpaper.inputs.nixpkgs.follows = "nixpkgs";
|
hyprpaper.inputs.nixpkgs.follows = "nixpkgs";
|
||||||
|
|
||||||
riff.url = "github:DeterminateSystems/riff";
|
riff.url = "github:DeterminateSystems/riff";
|
||||||
|
|
||||||
|
webcord.url = "github:fufexan/webcord-flake";
|
||||||
|
webcord.inputs.nixpkgs.follows = "nixpkgs";
|
||||||
};
|
};
|
||||||
|
|
||||||
outputs =
|
outputs =
|
||||||
|
|
|
@ -14,8 +14,8 @@
|
||||||
|
|
||||||
home.packages = with pkgs; [
|
home.packages = with pkgs; [
|
||||||
brightnessctl
|
brightnessctl
|
||||||
discord
|
|
||||||
calibre
|
calibre
|
||||||
|
discord
|
||||||
element-desktop-wayland
|
element-desktop-wayland
|
||||||
fluxcd
|
fluxcd
|
||||||
fusee-launcher
|
fusee-launcher
|
||||||
|
@ -26,6 +26,8 @@
|
||||||
gnome.gnome-font-viewer
|
gnome.gnome-font-viewer
|
||||||
gnome.nautilus
|
gnome.nautilus
|
||||||
grim # Screenshot tool
|
grim # Screenshot tool
|
||||||
|
inputs.riff.packages.${pkgs.system}.riff
|
||||||
|
inputs.webcord.packages.${pkgs.system}.default
|
||||||
k9s
|
k9s
|
||||||
kubectl
|
kubectl
|
||||||
libnotify
|
libnotify
|
||||||
|
@ -43,7 +45,6 @@
|
||||||
wf-recorder # Screenrecorder
|
wf-recorder # Screenrecorder
|
||||||
wl-clipboard # Clipboard manager
|
wl-clipboard # Clipboard manager
|
||||||
wofi # Wayland rofi
|
wofi # Wayland rofi
|
||||||
inputs.riff.packages.x86_64-linux.riff
|
|
||||||
];
|
];
|
||||||
|
|
||||||
programs.foot = {
|
programs.foot = {
|
||||||
|
|
Loading…
Add table
Reference in a new issue