forked from foxora/nix
merged #1
This commit is contained in:
commit
5c0e3c2656
31 changed files with 940 additions and 845 deletions
|
|
@ -1,9 +1,5 @@
|
|||
{ config, inputs, lib, pkgs, ... }:
|
||||
let
|
||||
unstable = inputs.nixpkgs-unstable.legacyPackages.${pkgs.stdenv.hostPlatform.system};
|
||||
in
|
||||
{
|
||||
home.packages = with pkgs; [
|
||||
{upkgs, ...}: {
|
||||
home.packages = with upkgs; [
|
||||
wallust
|
||||
];
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue