This commit is contained in:
biscuit
2025-06-05 08:53:00 -05:00
parent 229b0041a6
commit e83c8ded35
6 changed files with 16 additions and 7 deletions
-1
View File
@@ -23,7 +23,6 @@
};
outputs = {
self,
nixpkgs,
home-manager,
...
+5
View File
@@ -18,5 +18,10 @@
neo = "nix run github:fred-drake/neovim#";
};
apps = pkgs:
with pkgs; [
delfin
];
touchpadSupport = false;
}
+4 -4
View File
@@ -1,5 +1,5 @@
{pkgs, ...}: {
environment.systemPackages = [
pkgs.delfin
];
{pkgs, ...}: let
info = import ../info.nix;
in {
environment.systemPackages = info.apps pkgs;
}
+5
View File
@@ -0,0 +1,5 @@
{pkgs, ...}: let
info = import ../../info.nix;
in {
home.packages = info.apps pkgs;
}
+1 -1
View File
@@ -1,4 +1,4 @@
{...}: {
{
imports = [
../../pkgs/btop/default.nix
];
+1 -1
View File
@@ -10,7 +10,7 @@
./hardware-configuration.nix
../../modules/system.nix
../../modules/display-manager.nix
../../modules/app.nix
# ../../modules/app.nix
];
environment.systemPackages = with pkgs; [