Commit Graph

79 Commits

Author SHA1 Message Date
Andreas Zweili 507175582f Move zram-swap to a module 2024-03-07 22:26:04 +01:00
Andreas Zweili d27e1c5b02 Increase the priority for zramSwap
Just for good measures
2024-03-07 22:13:09 +01:00
Andreas Zweili 344b3d2c76 Remove option writebackDevice
You can only use this with a block device so I would need a dedicated partition
for this.

https://github.com/systemd/zram-generator/issues/139
2024-03-07 22:13:01 +01:00
Andreas Zweili e9c0a2196d Correct typo 2024-03-07 21:32:03 +01:00
Andreas Zweili 43d5ff1fde Enable zramSwap on selected devices 2024-03-07 21:01:47 +01:00
Andreas Zweili a42c7bcc1f Add support for ADB 2024-02-25 09:31:49 +01:00
Andreas Zweili 92f28f040a Remove the nixos-hardware nvidia option
Since I use locally set options as well it is very confusing to understand
where the settings are coming from.
2024-02-19 11:38:36 +01:00
Andreas Zweili cc2e0a8e01 Disable the webcam on my notebook
For some reason it draws a lot of power and I have an external one that works
better.
2024-02-12 09:44:46 +01:00
Andreas Zweili ce88b03198 Switch to nixfmt-rfc-style 2024-02-02 13:45:05 +01:00
Andreas Zweili 8cb97ad3fc Add f2fs to desktop systems 2024-01-10 22:03:54 +01:00
Andreas Zweili acdbd14d8e Unify the initrd ssh config
I don't know if it is a smart idea to use the same key for all initrds but I
can't be bothered to create one for each device atm.
2024-01-09 21:59:57 +01:00
Andreas Zweili 5bec39e709 Enable TRIM on x86 hardware 2024-01-09 18:56:16 +01:00
Andreas Zweili d3db0aa233 Switch from nixpkgs-fmt to nixfmt 2024-01-01 13:14:24 +01:00
Andreas Zweili 87f066962a Remove kernel 6.5 from gwyn 2023-12-19 09:31:26 +01:00
Andreas Zweili b886765c91 Use a newer kernel 2023-12-11 13:45:53 +01:00
Andreas Zweili 9e62202a5a Enable OpenGL 2023-12-11 13:03:11 +01:00
Andreas Zweili 8b1409bbfe Remove steam from gwyn 2023-11-14 13:29:12 +01:00
Andreas Zweili e3df4f6727 Remove cpuFreqGovernor option 2023-09-13 20:25:55 +02:00
Andreas Zweili f41b3808aa Disable suspend when closing the lid 2023-09-04 16:48:42 +02:00
Andreas Zweili 607a77fa7a Add a distrobox module 2023-08-19 22:30:59 +02:00
Andreas Zweili 269cd86877 Enable steam on gwyn 2023-08-07 09:05:42 +02:00
Andreas Zweili c5347f46ef Enable exfat support on gwyn 2023-08-07 08:59:44 +02:00
Andreas Zweili 4549775ffb Remove remote desktop from gwyn 2023-08-07 08:59:18 +02:00
Andreas Zweili ca57eefd6f Enable support for apfs 2023-08-01 11:13:03 +02:00
Andreas Zweili b5ec6b3eba Enable Thunderbolt support 2023-06-19 21:08:12 +02:00
Andreas Zweili fec538bb37 Move the restic management commands into a separate module 2023-06-12 14:26:17 +02:00
Andreas Zweili 0c0d307916 Replace the depricated hidpi option 2023-06-04 14:34:54 +02:00
Andreas Zweili ed89695033 Move tlp into options 2023-05-31 22:13:56 +02:00
Andreas Zweili f9685049a8 Move restic-client-desktop into options 2023-05-31 22:10:26 +02:00
Andreas Zweili c8a5e7d395 Move logs-share into options 2023-05-31 22:01:26 +02:00
Andreas Zweili 62b18e0e2a Make desktop a profile 2023-05-31 21:35:15 +02:00
Andreas Zweili 02442661a0 Remove custom from modules 2023-05-29 16:21:23 +02:00
Andreas Zweili 1e0d090402 Remove custom from desktop 2023-05-29 15:41:31 +02:00
Andreas Zweili 3adf92c574 Readd inputs 2023-05-29 15:20:49 +02:00
Andreas Zweili a511a1e113 Prefefix custom modules with az- 2023-05-29 09:17:12 +02:00
Andreas Zweili e85690e030 Move bluetooth to an option 2023-05-27 23:58:39 +02:00
Andreas Zweili f2c8234a58 Move nvidia into an option 2023-05-27 18:21:12 +02:00
Andreas Zweili 026014aa59 Move dvd into an option 2023-05-27 18:16:19 +02:00
Andreas Zweili 54ec2d8915 Move rdp into an option 2023-05-27 18:00:27 +02:00
Andreas Zweili 241222d043 Move lockscreen into an option 2023-05-27 17:38:54 +02:00
Andreas Zweili ea5fe2a6f6 Move the import for MakeMKV to default.nix 2023-05-27 17:00:44 +02:00
Andreas Zweili 6e82b206a8 Rewrite MakeMKV into a proper module 2023-05-27 12:36:25 +02:00
Andreas Zweili c864f29ead Enable hidpi config 2023-05-22 11:45:00 +02:00
Andreas Zweili 78c685bea3 Revert "Change governor to ondemand"
This reverts commit 76f5908f92.
2023-05-12 19:35:01 +02:00
Andreas Zweili 76f5908f92 Change governor to ondemand 2023-05-10 18:31:31 +02:00
Andreas Zweili cac0211610 Add tlp to gwyn 2023-05-10 18:31:24 +02:00
Andreas Zweili e1637aa5c9 Remove Gnome desktop
It just feels to slow compared to qtile and I need a lot of extensions to
behave like I want.
In addition a reproducable config is quite hard to do.
2023-05-10 10:24:21 +02:00
Andreas Zweili d405873d91 Revert "Remove configs related to qtile"
This reverts commit cb72272095.
2023-05-10 09:23:43 +02:00
Andreas Zweili 02c5e2aa73 Move the whole MakeMKV config into a module 2023-04-22 17:03:18 +02:00
Andreas Zweili 81a6d52c97 Add SG to kernel modules
Required for ripping DVDs with MakeMKV
2023-04-22 16:54:56 +02:00