feat: Added stuff
This commit is contained in:
@@ -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
3
home/programs/magika.nix
Normal file
@@ -0,0 +1,3 @@
|
||||
{pkgs, ...}: {
|
||||
home.packages = [pkgs.magika];
|
||||
}
|
||||
@@ -11,6 +11,10 @@
|
||||
user = "servius";
|
||||
hostname = "rpi";
|
||||
};
|
||||
tsuba = {
|
||||
user = "servius";
|
||||
hostname = "tsuba";
|
||||
};
|
||||
github = {
|
||||
user = "git";
|
||||
host = "github.com";
|
||||
|
||||
Reference in New Issue
Block a user