Update flake.nix modules/applications/packages.nix
This commit is contained in:
parent
34bcff60fa
commit
d45490284a
12
flake.nix
Normal file
12
flake.nix
Normal file
@ -0,0 +1,12 @@
|
||||
|
||||
{
|
||||
description = "A flake for building Hello World";
|
||||
|
||||
edition = 201909;
|
||||
|
||||
outputs = { self, nixpkgs }: {
|
||||
|
||||
packages.x86_64-linux.hello = nixpkgs.legacyPackages.x86_64-linux.hello;
|
||||
|
||||
};
|
||||
}
|
@ -5,6 +5,7 @@
|
||||
lib.optionals config.deviceSpecific.goodMachine [
|
||||
kded
|
||||
ntfs3g
|
||||
nixFlakes
|
||||
];
|
||||
|
||||
home-manager.users.balsoft.home.packages = with pkgs;
|
||||
|
Loading…
Reference in New Issue
Block a user