Remove weechat
This commit is contained in:
parent
330d0b1f15
commit
36b8f74d24
2 changed files with 2 additions and 5 deletions
|
@ -53,8 +53,8 @@
|
|||
osaka-linode-01 = libx.mkHost { hostname = "osaka-linode-01"; };
|
||||
framework-server = libx.mkHost { hostname = "framework-server"; };
|
||||
nuc-server = libx.mkHost { hostname = "nuc-server"; };
|
||||
nixos-desktop = libx.mkHost { hostname = "nixos-desktop"; unfree = true; repo = "nixpkgs"; desktop = "hyprland"; gpu = "nvidia"; theme = "tokyo-night"; };
|
||||
nixos-framework = libx.mkHost { hostname = "nixos-framework"; unfree = true; repo = "nixpkgs"; desktop = "hyprland"; gpu = "amd"; theme = "tokyo-night"; };
|
||||
nixos-desktop = libx.mkHost { hostname = "nixos-desktop"; unfree = true; repo = "nixpkgs-unstable"; desktop = "hyprland"; gpu = "nvidia"; theme = "tokyo-night"; };
|
||||
nixos-framework = libx.mkHost { hostname = "nixos-framework"; unfree = true; repo = "nixpkgs-unstable"; desktop = "hyprland"; gpu = "amd"; theme = "tokyo-night"; };
|
||||
backups-rpi4 = libx.mkHost { hostname = "backups-rpi4"; system = "aarch64-linux"; type = "small"; };
|
||||
piaware-rpi4 = libx.mkHost { hostname = "piaware-rpi4"; system = "aarch64-linux"; type = "small"; };
|
||||
quitman-rpi4 = libx.mkHost { hostname = "quitman-rpi4"; system = "aarch64-linux"; type = "small"; };
|
||||
|
|
|
@ -12,9 +12,6 @@
|
|||
./common/services/gnupg-agent.nix
|
||||
./common/services/opensnitch.nix
|
||||
|
||||
# CLI Software
|
||||
./common/software/cli/weechat.nix
|
||||
|
||||
# NixOS Modules
|
||||
./common/modules/fonts.nix # Font Configs
|
||||
./common/modules/networking.nix # Initial Networking configs
|
||||
|
|
Loading…
Reference in a new issue