feat: Added stuff

This commit is contained in:
uttarayan21
2025-07-02 17:21:10 +05:30
parent 9c4d5a219d
commit c80288fadf
14 changed files with 93 additions and 40 deletions

View File

@@ -31,6 +31,7 @@
./zoxide.nix
./mpris-scrobbler.nix
./omnix.nix
# ./magika.nix
# ./ncmpcpp.nix
# ./neomutt.nix
# ./zellij.nix

3
home/programs/magika.nix Normal file
View File

@@ -0,0 +1,3 @@
{pkgs, ...}: {
home.packages = [pkgs.magika];
}

View File

@@ -11,6 +11,10 @@
user = "servius";
hostname = "rpi";
};
tsuba = {
user = "servius";
hostname = "tsuba";
};
github = {
user = "git";
host = "github.com";