mirror of
https://github.com/Ahwxorg/nixos-config.git
synced 2025-12-04 06:50:14 +01:00
fix: refactor/remove some faulty code
This commit is contained in:
parent
f053df5c0b
commit
fa3f7dc6f9
3 changed files with 1 additions and 35 deletions
|
|
@ -1,6 +1,5 @@
|
|||
{ pkgs, inputs, config, username, host, ...}:
|
||||
{ ... }: {
|
||||
imports =
|
||||
if (host == "sakura") then
|
||||
[(import ./git.nix)]
|
||||
++ [(import ./swaync/default.nix)]
|
||||
++ [(import ./fonts.nix)]
|
||||
|
|
@ -17,28 +16,5 @@
|
|||
++ [(import ./waybar)]
|
||||
++ [(import ./wofi.nix)]
|
||||
++ [(import ./zsh.nix)]
|
||||
++ [(import ./tmux.nix)]
|
||||
else if (host == "violet") then
|
||||
[(import ./git.nix)]
|
||||
++ [(import ./nvim.nix)]
|
||||
++ [(import ./packages.violet.nix)]
|
||||
++ [(import ./scripts/scripts.nix)]
|
||||
++ [(import ./zsh.nix)]
|
||||
++ [(import ./tmux.nix)]
|
||||
else if (host == "yoshino") then
|
||||
[(import ./git.nix)]
|
||||
++ [(import ./swaync/default.nix)]
|
||||
++ [(import ./fonts.nix)]
|
||||
++ [(import ./hyprland)]
|
||||
++ [(import ./kitty.nix)]
|
||||
++ [(import ./mako.nix)]
|
||||
++ [(import ./nvim.nix)]
|
||||
++ [(import ./zathura.nix)]
|
||||
++ [(import ./packages.yoshino.nix)]
|
||||
++ [(import ./scripts/scripts.nix)]
|
||||
++ [(import ./swaylock.nix)]
|
||||
++ [(import ./waybar)]
|
||||
++ [(import ./wofi.nix)]
|
||||
++ [(import ./zsh.nix)]
|
||||
++ [(import ./tmux.nix)];
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue