a5d6c2ef21
Disabled powersafe for networkmanager
...
Disabled power safe for network manager in configuration.nix
Background is that the wifi adapter has bad performance when on battery
but no issues when running on AC power.
Unfortunately, this had no effect.
See: https://discourse.nixos.org/t/bad-wifi-performance-on-battery/49398
2024-07-23 20:27:37 +02:00
74f0e45bd7
Added pciutils and inxi
...
Necessary system info and debug tools
2024-07-21 14:42:54 +02:00
01365a8553
Update
2024-07-21 11:37:19 +02:00
b07e25778e
Fixed some errors in flake.nix related to nixos-hardware
2024-07-21 09:14:38 +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
4e211e0cd2
Added hardware profile for p14s
...
Added hardware profile for p14s (Lenovo Thinkpad P14s
2024-07-21 09:03:56 +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
70355c5011
Basic folding using builtin foldmethod
...
Basic folding using builtin folding. Howto:
https://andrewcourter.substack.com/p/code-folding-in-neovim
However, the folding does not work properly.
I could not get nvim-ufo to work yet.
2024-06-22 22:57:13 +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
cc19edb8f2
Fixed identation
2024-06-16 21:24:07 +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
75e8c32aa5
Neovim terminal win: auto insert mode & no line numbers
...
When opening a terminal window in neovim with :terminal the terminal
shall start directly in insert mode and shall not have any line numbers
Sources:
* https://vi.stackexchange.com/a/22956
* https://stackoverflow.com/a/63908546
2024-06-11 22:40:15 +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
d70f9c6857
NixOS Update
2024-06-11 20:54:28 +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
3feb961b75
Fixed README. No channel upgrade => set to unstable
2024-06-03 00:10:07 +02:00
6c719546c8
Added how to upgrade channel
2024-06-02 21:07:14 +02:00
8c597eaed4
Upgraded to NixOS channel 24.05
2024-06-02 21:00:54 +02:00
d37545fa80
Added dmidecode to fix problem in command auto-cpufreq --debug
2024-05-26 23:26:58 +02:00
f6dca27f47
Update
2024-05-26 22:38:03 +02:00
5310716620
Updated/corrected section garbage collection
2024-05-26 22:37:45 +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
d98dd03fef
Updated README
2024-05-25 22:55:10 +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