just a bunch of stuff
This commit is contained in:
parent
9c8ab4371a
commit
98b38f2b5b
5 changed files with 207 additions and 349 deletions
|
|
@ -84,6 +84,9 @@
|
|||
nix-direnv # Integration of direnv with the Nix package manager.
|
||||
nix-init # Simplifies the process of creating Nix projects.
|
||||
nix-prefetch-github # Tool for fetching the latest version and hash of a GitHub repository.
|
||||
nh
|
||||
nix-output-monitor
|
||||
nvd
|
||||
]
|
||||
++ lib.optionals stdenv.isDarwin [
|
||||
coreutils # Essential GNU core utilities, including `dd` with the `--status=progress` option for more informative progress reporting.
|
||||
|
|
|
|||
|
|
@ -34,12 +34,6 @@
|
|||
};
|
||||
};
|
||||
|
||||
device.at-translated-set-2-keyboard = {
|
||||
kb_layout = "us";
|
||||
kb_options = "caps:ctrl_modifier";
|
||||
numlock_by_default = 1;
|
||||
};
|
||||
|
||||
general = {
|
||||
gaps_in = 5;
|
||||
gaps_out = 16;
|
||||
|
|
|
|||
|
|
@ -14,10 +14,10 @@
|
|||
element-desktop # A feature-rich client for Matrix.org
|
||||
gimp # GNU Image Manipulation Program, a powerful and open-source raster graphics editor for tasks like photo editing and graphic design.
|
||||
gparted # Gnome Partition Editor, a graphical partition manager for creating, resizing, and managing disk partitions.
|
||||
kicad # An open-source electronic design automation (EDA) suite for creating schematics, PCB layouts, and 3D models.
|
||||
# kicad # An open-source electronic design automation (EDA) suite for creating schematics, PCB layouts, and 3D models.
|
||||
kodi # An open-source media center, providing a versatile platform for streaming and organizing media content.
|
||||
pavucontrol # PulseAudio Volume Control, a feature-rich GUI for controlling and configuring the PulseAudio sound system.
|
||||
sublime-music # A modern and feature-rich music player with a clean user interface and advanced playback options.
|
||||
#sublime-music # A modern and feature-rich music player with a clean user interface and advanced playback options.
|
||||
thunderbird # Mozilla Thunderbird, a powerful and customizable email client with integrated calendaring and chat features.
|
||||
wireshark # Open-source network protocol analyzer for real-time packet inspection and analysis.
|
||||
nicotine-plus
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue