1
0
Fork 0
Commit graph

58 commits

Author SHA1 Message Date
79c95f5476 Update 2024-08-21 00:50:09 +02:00
6c98884964 Open port udp/24727 for AusweisApp
See:
https://github.com/NixOS/nixpkgs/issues/136269#issuecomment-909191258
2024-08-16 23:00:54 +02:00
046192aaa7 Added Ausweis-App 2024-08-16 22:27:25 +02:00
5810764093 Added Sweet Home 3D
Sweet home 3D is a CAD solution to create a virtual representation of a
flat or house.
2024-08-11 16:59:29 +02:00
3aabaf251b Enabled printer discovery and moved Canon drivers to right place
See: https://wiki.nixos.org/wiki/Printing
2024-08-07 21:43:30 +02:00
8fc8788d5a Added CUPS back-end for Canon printers 2024-08-07 21:29:49 +02:00
cc64d31305 Added firefox and nix-output-monitor 2024-08-07 21:25:41 +02:00
9d3bcbddf2 Installed AppImage
Cura is repeatably making problems to install because of dependency
issues. Therefore, I installed Curo as AppImage.
2024-07-29 13:54:25 +02:00
74f0e45bd7 Added pciutils and inxi
Necessary system info and debug tools
2024-07-21 14:42:54 +02:00
6ffc1e1811 Temporarily removed rustdesk
had to temporarily remove rustdesk because rebuild failed.
See:
https://discourse.nixos.org/t/rebuild-failed-unable-to-checkout-from-https-github-com-fufesou-rdev/49373
2024-07-21 09:06:17 +02:00
d0a4bedfa9 Temporarily removed cura
I had to temporarily remove cura to allow the system to rebuild.
See:
https://discourse.nixos.org/t/issue-building-nixos-due-to-sip-package/48702
2024-07-21 00:42:58 +02:00
7e54918ed4 Removed config option sound
Config option sound is depricated
2024-07-15 21:06:02 +02:00
b51e9b7a12 Update 2024-07-15 20:55:23 +02:00
4957d21a97 Added calculator 2024-07-04 22:58:57 +02:00
6884b63476 Added evince PDF editor 2024-07-01 22:56:15 +02:00
9071cfe1af Added Openshot video editor 2024-07-01 22:55:37 +02:00
e95c695296 Update 2024-06-29 21:19:44 +02:00
5a09957e3a Added somafm-cli
somafm-cli allows to play music channels from soma.fm without using the
web browser. The program can be execute from cli wirh `somafm`.

To list the channels: `somafm ls`
To play e.g. channel groovesalad: `somafm listen groovesalad`
2024-06-22 23:33:24 +02:00
db8ac3acbf Added lnav
lnav is a really cool logfile navigator. See: https://lnav.org/
2024-06-22 23:06:24 +02:00
33aa4ded95 Moved nvim config to module 2024-06-22 22:29:45 +02:00
e2e24a69bf Added glow
glow allows rendering of markdown files in the terminal
2024-06-18 23:15:42 +02:00
8d848da367 Changes in ssh client config
Enabled forwardx11 for host messaging and corrected config for satdb
2024-06-18 21:05:41 +02:00
bcd44db437 Added some cli tools
Added:
* eza - replacement for ls
* zoxide - replacement for cd
* bat - replacement for cat
* ripgrep - search files for text/patterns
* entr - run cmd when file changes
2024-06-16 22:47:41 +02:00
7febd46001 2024-06-16 update
System update on 2024-06-16

I had to allow to insall EOL electron which is a dependency for logseq,
see:
https://discourse.nixos.org/t/electron-complaining-it-is-eol-but-what-is-requiring-it/34700.

I added a section to allow certain "unsafe" packages in
configuration.nix. It only worked when I specified the package with the
version number.
2024-06-16 21:58:52 +02:00
0341da5067 Implemented stylix 2024-06-14 22:23:12 +02:00
98eb00f662 Added direnv 2024-06-14 20:30:16 +02:00
b20cc5b47e Added pipenv 2024-06-14 20:29:51 +02:00
7ecbff79c0 Added element-desktop
Element is a GUI matrix client. I tried fluffychat before but I had
issues to find #communiuty:nixos.org. Therefore, I tried element which
seems to work better.

There is also a CLI matrix client: https://iamb.chat/. But it is in a
very early development state. But maybe worth, revisiting later.
2024-06-11 23:29:40 +02:00
b6c8b2b7de Added lazygit
lazygit is a very cool terminal ui for git commands.

See: https://github.com/jesseduffield/lazygit
2024-06-11 22:20:18 +02:00
6f564a513f Added byobu 2024-06-11 20:54:05 +02:00
c9c4b99ff4 Python virt env tools; (un)compression tools 2024-06-09 20:40:30 +02:00
4be7f597f4 Added libmediainfo, needed for pymediainfo 2024-06-08 22:18:22 +02:00
6849a66fd7 Added python and pipenv 2024-06-08 22:11:25 +02:00
63cdd82133 Added exiftool 2024-06-08 21:55:45 +02:00
d37545fa80 Added dmidecode to fix problem in command auto-cpufreq --debug 2024-05-26 23:26:58 +02:00
f022c41835 Disabled reverse path filtering to make wireguard work 2024-05-26 21:34:24 +02:00
dc211e5a84 Added wireguard and several other packages 2024-05-26 19:44:40 +02:00
14a13a1eec Added git config 2024-05-26 01:41:34 +02:00
0dff069167 ssh config, i.e. ssh bastion hosts 2024-05-26 00:37:01 +02:00
9e427cc4c0 Added profanity xmpp cli client 2024-05-26 00:14:59 +02:00
10ddfbde44 Added sshfs 2024-05-25 23:34:14 +02:00
4e010b3167 Added fuzzy finder fzf 2024-05-25 22:33:24 +02:00
63ecfae8d2 redshift: Adjusting screen temp/color based on time 2024-05-25 21:52:35 +02:00
fed6b98bfb Added some CLI tools 2024-05-24 01:36:30 +02:00
b287266f4d Fixed warning caused by syntax change 2024-05-24 01:34:55 +02:00
ecb739e2cd Added syncthing for user jan 2024-05-23 21:54:41 +02:00
9176a7d0a3 Changed directory structure for Nix modules 2024-05-20 23:20:38 +02:00
1fb538d984 Bluetooth already defined with xfce 2024-05-20 22:52:44 +02:00
ac66b6da44 xfce base config, based on https://gist.github.com/nat-418/1101881371c9a7b419ba5f944a7118b0 2024-05-20 22:29:17 +02:00
a9e0561709 Added power management 2024-05-20 22:12:45 +02:00