flake/users/leeuwarden/home-manager.nix

69 lines
2.9 KiB
Nix
Raw Normal View History

{ config, pkgs, ... }:
{
home-manager.users.leeuwarden = { pkgs, ... }: {
2023-03-12 06:18:53 +01:00
home.packages = with pkgs; [
2023-04-03 13:59:43 +02:00
armcord # Discord Client
ardour # DAW
bash-completion # Bash Autocomplete
calibre # eBook Library
cbonsai # Terminal Bonsai Tree
crow-translate # Language Translator
dino # XMPP Client
discord # Discord Client
easytag # Music Tag Editor
element-desktop # Matrix Client
freetube # YouTube Front-End
gImageReader # Tesseract-OCR Front-End
gimp # GNU Image Manipulation Program
genact # Nonsense Activity Generator
gnucash # Double Entry Accounting Software
gpodder # Podcast Manager
hollywood # Hollywood Melodrama Technobabble
inkscape # Vector Graphics Editor
itch # itch.io Games Launcher
keepassxc # GUI Password Manager with Cryptography
kitty # Terminal
kitty-themes # Kitty Terminal Themes
krita # Painting Application
librewolf # Firefox Web Browser Fork
libsForQt5.kolourpaint # Painting Application
makemkv # Blu-Ray and DVD to MKV Converter
mpv # Media Player
mumble # Low-Latency, High Quality Voice Chat
neo # Matrix Digital Rain
neofetch # System Information
nitch # Nim System Fetch
nix-bash-completions # Bash Autocomplete
nms # Effect from 1992 Movie Sneakers
obs-studio # Recording/Streaming Application
onlyoffice-bin # Office Suite
openrgb # RGB Manager
p7zip # File Archiver
pdfarranger # PDF Arranger
pipes # Animated Pipes Terminal Screensaver
qbittorrent # Torrent Application
qbittorrent # Torrent Application
shattered-pixel-dungeon # Roguelike Dungeon Crawl
smplayer # Media Player
solaar # Logitech Unifying Receiver
speedcrunch # Calculator
tenacity # Sound Editor
tor-browser-bundle-bin # Privacy Web Browser
veracrypt # Filesystem Encryption
ventoy-bin # USB Boot App
veracrypt # Filesystem Encryption
vscodium # Code Editor
xiphos # Bible Study Tool
2023-03-12 06:18:53 +01:00
];
2023-03-25 23:20:47 +01:00
imports = [
../../common/vscodium.nix
2023-03-25 23:26:20 +01:00
../../common/git.nix
2023-03-25 23:20:47 +01:00
../../config/config.nix
];
2023-03-12 06:18:53 +01:00
2023-03-25 22:24:41 +01:00
home.stateVersion = "22.05";
2023-03-25 23:30:29 +01:00
};
}