feat: add discord, gparted and polkit
This commit is contained in:
parent
fb1f04dd8f
commit
3fc11d51fb
2 changed files with 12 additions and 0 deletions
|
|
@ -20,6 +20,7 @@
|
||||||
imports = [
|
imports = [
|
||||||
./hyprland.nix
|
./hyprland.nix
|
||||||
./git.nix
|
./git.nix
|
||||||
|
./packages.nix
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
|
||||||
11
home/packages.nix
Normal file
11
home/packages.nix
Normal file
|
|
@ -0,0 +1,11 @@
|
||||||
|
{ pkgs, home-manager, ... }:
|
||||||
|
{
|
||||||
|
home.packages = with pkgs; [
|
||||||
|
# Discord
|
||||||
|
vesktop
|
||||||
|
# Partition Management
|
||||||
|
gparted
|
||||||
|
# Authentication agent
|
||||||
|
polkit_gnome
|
||||||
|
];
|
||||||
|
}
|
||||||
Loading…
Reference in a new issue