abc
This commit is contained in:
@@ -18,5 +18,10 @@
|
||||
neo = "nix run github:fred-drake/neovim#";
|
||||
};
|
||||
|
||||
apps = pkgs:
|
||||
with pkgs; [
|
||||
delfin
|
||||
];
|
||||
|
||||
touchpadSupport = false;
|
||||
}
|
||||
|
||||
+4
-4
@@ -1,5 +1,5 @@
|
||||
{pkgs, ...}: {
|
||||
environment.systemPackages = [
|
||||
pkgs.delfin
|
||||
];
|
||||
{pkgs, ...}: let
|
||||
info = import ../info.nix;
|
||||
in {
|
||||
environment.systemPackages = info.apps pkgs;
|
||||
}
|
||||
|
||||
@@ -0,0 +1,5 @@
|
||||
{pkgs, ...}: let
|
||||
info = import ../../info.nix;
|
||||
in {
|
||||
home.packages = info.apps pkgs;
|
||||
}
|
||||
@@ -1,4 +1,4 @@
|
||||
{...}: {
|
||||
{
|
||||
imports = [
|
||||
../../pkgs/btop/default.nix
|
||||
];
|
||||
|
||||
@@ -10,7 +10,7 @@
|
||||
./hardware-configuration.nix
|
||||
../../modules/system.nix
|
||||
../../modules/display-manager.nix
|
||||
../../modules/app.nix
|
||||
# ../../modules/app.nix
|
||||
];
|
||||
|
||||
environment.systemPackages = with pkgs; [
|
||||
|
||||
Reference in New Issue
Block a user