mirror of
https://github.com/Ahwxorg/nixos-config.git
synced 2025-12-04 15:00:13 +01:00
fix: merge conflicts
This commit is contained in:
commit
4eccd5bfac
8 changed files with 430 additions and 14 deletions
|
|
@ -1,6 +1,7 @@
|
|||
{ inputs, pkgs, ... }:
|
||||
{
|
||||
home.packages = with pkgs; [
|
||||
translate-shell # Google Translate but in the CLI
|
||||
wireguard-tools # VPN connections
|
||||
openresolv # required for wireguard-tools
|
||||
pwgen
|
||||
|
|
@ -29,6 +30,7 @@
|
|||
wineWowPackages.wayland
|
||||
element-desktop-wayland
|
||||
tut
|
||||
iamb
|
||||
spotify
|
||||
thunderbird
|
||||
neofetch
|
||||
|
|
@ -58,5 +60,6 @@
|
|||
xdg-utils
|
||||
xxd
|
||||
inputs.alejandra.defaultPackage.${system}
|
||||
inputs.nixvim.packages.${pkgs.system}.default
|
||||
];
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue