home-manager initial commit
This commit is contained in:
17
home/natto.nix
Normal file
17
home/natto.nix
Normal file
@@ -0,0 +1,17 @@
|
||||
{ config, pkgs, ... }:
|
||||
|
||||
{
|
||||
nixpkgs = {
|
||||
config = {
|
||||
allowUnfree = true;
|
||||
};
|
||||
};
|
||||
home = {
|
||||
packages = with pkgs; [
|
||||
discord
|
||||
customscripts
|
||||
mpd_discord_richpresence
|
||||
qbittorrent
|
||||
];
|
||||
};
|
||||
}
|
Reference in New Issue
Block a user