non important commit
This commit is contained in:
parent
766e23b73e
commit
5aa3abe539
2 changed files with 7 additions and 1 deletions
|
|
@ -42,7 +42,6 @@
|
|||
pkgs.pavucontrol
|
||||
pkgs.btop
|
||||
pkgs.playerctl
|
||||
pkgs.inputs.zen-browser.packages."x86_64-linux".default
|
||||
|
||||
pkgs.discord
|
||||
pkgs.heroic
|
||||
|
|
|
|||
7
home/modules/zen.nix
Normal file
7
home/modules/zen.nix
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
{inputs, ...}: {
|
||||
home = {
|
||||
packages = [
|
||||
inputs.zen-browser.packages."86_64-linux".default
|
||||
];
|
||||
};
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue