aboutsummaryrefslogtreecommitdiff
path: root/homes
diff options
context:
space:
mode:
authorFrankie B <git@diskfloppy.me>2024-02-07 01:42:54 +0000
committerFrankie B <git@diskfloppy.me>2024-02-07 01:42:54 +0000
commit417c45b85d060dd60741f6c65a335e91edfced40 (patch)
tree2ce7ed1f884d332a3143948c93c469cf89c9f08b /homes
parent1c68fd4369de1980b7f3c130edee8b0ef67f743c (diff)
Misc config formatting
Diffstat (limited to 'homes')
-rw-r--r--homes/floppydisk/hyprland.nix2
-rw-r--r--homes/floppydisk/packages.nix233
-rw-r--r--homes/floppydisk/waybar.nix1
3 files changed, 120 insertions, 116 deletions
diff --git a/homes/floppydisk/hyprland.nix b/homes/floppydisk/hyprland.nix
index 5691a56..9531bbf 100644
--- a/homes/floppydisk/hyprland.nix
+++ b/homes/floppydisk/hyprland.nix
@@ -148,4 +148,4 @@
"$mod, up, movefocus, u"
"$mod, down, movefocus, d"
];
-} \ No newline at end of file
+}
diff --git a/homes/floppydisk/packages.nix b/homes/floppydisk/packages.nix
index d4c2c85..0e2f87b 100644
--- a/homes/floppydisk/packages.nix
+++ b/homes/floppydisk/packages.nix
@@ -1,124 +1,129 @@
-{
- pkgs, ...}: {
-
+{pkgs, ...}: {
home.packages = with pkgs; [
- # utils
- handbrake
- thunderbird
- picard
- realvnc-vnc-viewer
- rpi-imager
- obs-studio
- yt-dlp
- _1password-gui
- _1password
- git-credential-1password
- firefox-devedition
- rdesktop
- _3llo
- gimp
- qemu
- virt-manager
- exactaudiocopy
- fsv
- lsd
- lsdvd
- thefuck
- zip
- unzip
- notion-app-enhanced
- libresprite
- qbittorrent
- wine
- vifm
- cloudflared
- ansible
- just
- pwgen
- grafx2
- libreoffice-fresh
- wiki-tui
- calcurse
+ # utils
+ handbrake
+ thunderbird
+ picard
+ realvnc-vnc-viewer
+ rpi-imager
+ obs-studio
+ yt-dlp
+ _1password-gui
+ _1password
+ git-credential-1password
+ firefox-devedition
+ rdesktop
+ _3llo
+ gimp
+ qemu
+ virt-manager
+ exactaudiocopy
+ fsv
+ lsd
+ lsdvd
+ thefuck
+ zip
+ unzip
+ notion-app-enhanced
+ libresprite
+ qbittorrent
+ wine
+ vifm
+ cloudflared
+ ansible
+ just
+ pwgen
+ grafx2
+ libreoffice-fresh
+ wiki-tui
+ calcurse
+ kitty
+ rofi
+ grim
+ wlogout
+ hyprpaper
- # fetch
- neofetch
- yafetch
- cpufetch
- bunnyfetch
- nitch
- screenfetch
- starfetch
+ # fetch
+ neofetch
+ yafetch
+ cpufetch
+ bunnyfetch
+ nitch
+ screenfetch
+ starfetch
- # devtools
- github-desktop
- gh
- codeql
- vscode
- jetbrains.ruby-mine
- jetbrains.rider
- jetbrains.phpstorm
- jetbrains.idea-ultimate
- jetbrains.webstorm
- lazygit
- wakatime
- mongodb-compass
- mongosh
- httpie
- ngrok
- mycli
- squirrel-sql
- figma-linux
+ # devtools
+ github-desktop
+ gh
+ codeql
+ vscode
+ jetbrains.ruby-mine
+ jetbrains.rider
+ jetbrains.phpstorm
+ jetbrains.idea-ultimate
+ jetbrains.webstorm
+ lazygit
+ wakatime
+ mongodb-compass
+ mongosh
+ httpie
+ ngrok
+ mycli
+ squirrel-sql
+ figma-linux
- # langs
- openscad
- nodejs_18
- nodePackages.yarn
- nodePackages.ts-node
- nodePackages.pnpm
- php82
- php82Packages.composer
- deno
- python310
- python310Packages.pip
- python310Packages.discordpy
- dotnet-sdk
- jdk17
- maven
- purescript
- lua
- flutter
+ # langs
+ openscad
+ nodejs_18
+ nodePackages.yarn
+ nodePackages.ts-node
+ nodePackages.pnpm
+ php82
+ php82Packages.composer
+ deno
+ python310
+ python310Packages.pip
+ python310Packages.discordpy
+ dotnet-sdk
+ jdk17
+ maven
+ purescript
+ lua
+ flutter
- # comms
- nheko
- element-desktop
- vesktop
- caprine-bin
- teamspeak5_client
+ # comms
+ nheko
+ element-desktop
+ vesktop
+ caprine-bin
+ teamspeak5_client
- # gaming
- rpcs3
- pcsxr
- pcsx2
- steam
- gzdoom
- minecraft
- dolphin-emu
- prismlauncher
- fceux
- snes9x
- heroic
- openrct2
- osu-lazer-bin
+ # gaming
+ rpcs3
+ pcsxr
+ pcsx2
+ steam
+ gzdoom
+ minecraft
+ dolphin-emu
+ prismlauncher
+ fceux
+ snes9x
+ heroic
+ openrct2
+ osu-lazer-bin
- # media
- vlc
- libsForQt5.vvave
- tidal-hifi
- spotify-tui
- youtube-tui
- mpv
+ # media
+ vlc
+ libsForQt5.vvave
+ tidal-hifi
+ spotify-tui
+ youtube-tui
+ mpv
+ spotify
+ spicetify-cli
- # zsh themes
- zsh-powerlevel10k
+ # zsh themes
+ zsh-powerlevel10k
];
}
diff --git a/homes/floppydisk/waybar.nix b/homes/floppydisk/waybar.nix
index 194109a..24a9eb2 100644
--- a/homes/floppydisk/waybar.nix
+++ b/homes/floppydisk/waybar.nix
@@ -176,4 +176,3 @@
};
};
}
-