switch back to ragenix

This commit is contained in:
uku 2024-01-10 18:07:31 +01:00
parent 419b2bc3b4
commit 344eff72a9
Signed by: uku
GPG key ID: 7D01D7B105E77166
5 changed files with 133 additions and 27 deletions

View file

@ -3,10 +3,14 @@
pkgs,
config,
nixpkgs,
ragenix,
...
}: {
environment = {
systemPackages = with pkgs; [
systemPackages = with pkgs; let
inherit (pkgs.stdenv.hostPlatform) system;
in [
ragenix.packages.${system}.default
neovim
git
curl

View file

@ -24,7 +24,7 @@
nixos = with inputs; [
./common.nix
agenix.nixosModules.default
ragenix.nixosModules.default
];
desktop = with inputs;

View file

@ -2,7 +2,6 @@
lib,
pkgs,
config,
agenix,
catppuccin,
...
}: let
@ -129,10 +128,7 @@ in {
catppuccin.homeManagerModules.catppuccin
];
home.packages = with pkgs; let
inherit (pkgs.stdenv.hostPlatform) system;
in [
agenix.packages.${system}.default
home.packages = with pkgs; [
aseprite
blockbench-electron
font-manager