mirror of
https://github.com/Gerg-L/nixos.git
synced 2025-12-10 00:43:56 -05:00
changed discord bot from docker container to systemd service
This commit is contained in:
parent
e1987d6461
commit
257c6102ff
9 changed files with 67 additions and 50 deletions
|
|
@ -2,7 +2,7 @@
|
|||
{
|
||||
programs.git = {
|
||||
enable = true;
|
||||
package = pkgs.git;
|
||||
package = pkgs.gitMinimal;
|
||||
userName = "ISnortPennies";
|
||||
userEmail = "ISnortPennies@protonmail.com";
|
||||
};
|
||||
|
|
|
|||
|
|
@ -12,7 +12,6 @@
|
|||
./neovim
|
||||
];
|
||||
xsession.numlock.enable = true;
|
||||
programs.home-manager.enable = true;
|
||||
home = {
|
||||
inherit username;
|
||||
homeDirectory = "/home/${username}";
|
||||
|
|
|
|||
|
|
@ -5,7 +5,6 @@
|
|||
./git.nix
|
||||
./neovim
|
||||
];
|
||||
programs.home-manager.enable = true;
|
||||
home = {
|
||||
username = "root";
|
||||
homeDirectory = "/root";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue