Compare commits
No commits in common. "625ea726f34ca3a91d65ed34a26ecef11a03f19f" and "a49a77abdbd23c78689e2afc0b203b2643d2309c" have entirely different histories.
625ea726f3
...
a49a77abdb
1 changed files with 7 additions and 9 deletions
|
@ -12,9 +12,10 @@
|
|||
];
|
||||
|
||||
# List packages installed in system profile. To search, run:
|
||||
# $ nix search example
|
||||
# $ nix search wget
|
||||
environment.systemPackages = with pkgs; [
|
||||
# vim # Do not forget to add an editor to edit configuration.nix! The Nano editor is also installed by default.
|
||||
# wget
|
||||
ansible
|
||||
birdtray
|
||||
bitwarden-cli
|
||||
|
@ -29,15 +30,15 @@
|
|||
diffr
|
||||
dmidecode
|
||||
docker
|
||||
# dog # breaks build
|
||||
espanso-wayland # breaks build???
|
||||
dog
|
||||
espanso-wayland
|
||||
fish
|
||||
fishPlugins.done
|
||||
firefoxpwa
|
||||
floorp
|
||||
fsearch
|
||||
getxbook
|
||||
# gimp-with-plugins # Currently breaks bulid
|
||||
gimp-with-plugins
|
||||
git
|
||||
git-open
|
||||
gnucash
|
||||
|
@ -47,7 +48,7 @@
|
|||
hunspellDicts.en_US-large
|
||||
hunspellDicts.es_MX
|
||||
# jitsi - this is unusuable with a regular Jitsi Meet server like May First?
|
||||
# jitsi-meet-electron # currently breaks build
|
||||
jitsi-meet-electron
|
||||
jq
|
||||
just
|
||||
kdePackages.filelight
|
||||
|
@ -61,7 +62,6 @@
|
|||
kdePackages.kontrast
|
||||
kdePackages.krecorder
|
||||
kdePackages.kruler
|
||||
kdePackages.kweather
|
||||
kdePackages.neochat # For matrix but relying on insecure olm-3.2.16
|
||||
kdePackages.partitionmanager
|
||||
keepassxc
|
||||
|
@ -76,7 +76,7 @@
|
|||
meld
|
||||
mkcert
|
||||
mmv
|
||||
neovim # aka nvim
|
||||
neovim
|
||||
nextcloud-client
|
||||
nheko # For matrix but relying on insecure olm-3.2.16
|
||||
# nfs-utils
|
||||
|
@ -94,7 +94,6 @@
|
|||
rink
|
||||
rofi
|
||||
samba
|
||||
sassc # Convenient to use directly, though it is deprecated in favor of dart-sass i think
|
||||
shortwave
|
||||
signal-desktop
|
||||
slack
|
||||
|
@ -107,7 +106,6 @@
|
|||
transmission_4-qt
|
||||
trashy
|
||||
tuba
|
||||
ungoogled-chromium
|
||||
vimPlugins.vim-fetch
|
||||
vimPlugins.vim-wayland-clipboard
|
||||
wget
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue