mirror of
https://github.com/Ahwxorg/nixos-config.git
synced 2025-12-04 15:00:13 +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 =
|
imports =
|
||||||
if (host == "sakura") then
|
|
||||||
[(import ./git.nix)]
|
[(import ./git.nix)]
|
||||||
++ [(import ./swaync/default.nix)]
|
++ [(import ./swaync/default.nix)]
|
||||||
++ [(import ./fonts.nix)]
|
++ [(import ./fonts.nix)]
|
||||||
|
|
@ -17,28 +16,5 @@
|
||||||
++ [(import ./waybar)]
|
++ [(import ./waybar)]
|
||||||
++ [(import ./wofi.nix)]
|
++ [(import ./wofi.nix)]
|
||||||
++ [(import ./zsh.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)];
|
++ [(import ./tmux.nix)];
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -18,7 +18,6 @@
|
||||||
# pastel # generate, analyze, convert and manipulate colors
|
# pastel # generate, analyze, convert and manipulate colors
|
||||||
glow # Render Markdown from the terminal
|
glow # Render Markdown from the terminal
|
||||||
# htmlq # jq but for HTML
|
# htmlq # jq but for HTML
|
||||||
android-tools # ADB/Fastboot
|
|
||||||
eva # Calculator
|
eva # Calculator
|
||||||
anki-bin # Flashcards
|
anki-bin # Flashcards
|
||||||
obs-studio # Record video stuff
|
obs-studio # Record video stuff
|
||||||
|
|
@ -39,8 +38,6 @@
|
||||||
eza
|
eza
|
||||||
file
|
file
|
||||||
fzf
|
fzf
|
||||||
gimp
|
|
||||||
darktable
|
|
||||||
lazygit
|
lazygit
|
||||||
gitleaks # TODO: adds pre-commit hook
|
gitleaks # TODO: adds pre-commit hook
|
||||||
libreoffice
|
libreoffice
|
||||||
|
|
|
||||||
|
|
@ -5,7 +5,6 @@
|
||||||
bandwhich # Terminal bandwidth utilization tool
|
bandwhich # Terminal bandwidth utilization tool
|
||||||
element-desktop # Nheko is kinda shit so sadly this has to happen
|
element-desktop # Nheko is kinda shit so sadly this has to happen
|
||||||
signal-desktop # Since the bridge is broken :(
|
signal-desktop # Since the bridge is broken :(
|
||||||
socat # Required for `hyprland-smart-borders`
|
|
||||||
tesseract # Screen grabbing text from images/PDFs/etc
|
tesseract # Screen grabbing text from images/PDFs/etc
|
||||||
pixcat # Display images in the terminal
|
pixcat # Display images in the terminal
|
||||||
lm_sensors # Show sensor outputs, i.e. temperatures
|
lm_sensors # Show sensor outputs, i.e. temperatures
|
||||||
|
|
@ -22,10 +21,7 @@
|
||||||
# termpdfpy # Read PDFs from the terminal, errors out for now
|
# termpdfpy # Read PDFs from the terminal, errors out for now
|
||||||
anki-bin # Review flashcards
|
anki-bin # Review flashcards
|
||||||
vimv # Bulk rename
|
vimv # Bulk rename
|
||||||
audacity # Record audio stuff
|
|
||||||
obs-studio # Record video stuff
|
|
||||||
exiftool # Read exif data from CLI
|
exiftool # Read exif data from CLI
|
||||||
kdenlive # Video editor
|
|
||||||
translate-shell # Google Translate but in the CLI
|
translate-shell # Google Translate but in the CLI
|
||||||
wireguard-tools # VPN connections
|
wireguard-tools # VPN connections
|
||||||
openresolv # required for wireguard-tools
|
openresolv # required for wireguard-tools
|
||||||
|
|
@ -42,8 +38,6 @@
|
||||||
eza
|
eza
|
||||||
file
|
file
|
||||||
fzf
|
fzf
|
||||||
gimp
|
|
||||||
darktable
|
|
||||||
lazygit
|
lazygit
|
||||||
gitleaks # TODO: adds pre-commit hook
|
gitleaks # TODO: adds pre-commit hook
|
||||||
xfce.thunar
|
xfce.thunar
|
||||||
|
|
@ -52,7 +46,6 @@
|
||||||
ripgrep
|
ripgrep
|
||||||
yt-dlp
|
yt-dlp
|
||||||
wineWowPackages.wayland
|
wineWowPackages.wayland
|
||||||
# element-desktop # wayland version is very laggy for me
|
|
||||||
spotify
|
spotify
|
||||||
thunderbird
|
thunderbird
|
||||||
neofetch
|
neofetch
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue