replace snips.sh with rustypaste

This commit is contained in:
Joakim Repomaa
2025-02-07 21:03:28 +02:00
committed by Joakim Repomaa
parent 6a5789d45b
commit 0b4e55e0b4
5 changed files with 77 additions and 49 deletions

View File

@@ -1,4 +1,4 @@
{ config, lib, pkgs, bin, ... }:
{ config, lib, pkgs, ... }:
{
nixpkgs.config.allowUnfree = true;
imports = [ ../gnome ../custom-programs ./neovim ];
@@ -236,7 +236,6 @@
hostname = "apu.tempel-vibes.ts.net";
user = "root";
};
"bin.freun.dev".port = bin.sshPort;
};
};
spotify-player = {

View File

@@ -1,11 +1,11 @@
{ inputs, bin, ... }:
{ inputs, ... }:
{
home-manager = {
users = {
jokke = import ./jokke;
moco = import ./moco;
};
extraSpecialArgs = { inherit inputs bin; };
extraSpecialArgs = { inherit inputs; };
sharedModules = [ (import ./common) ];
useUserPackages = true;
useGlobalPkgs = true;