Merge remote-tracking branch 'origin/nixos' into nixos-work

This commit is contained in:
Moritz Böhme 2023-05-12 09:15:12 +02:00
commit 9fcfb0d7a4
43 changed files with 358 additions and 311 deletions

View file

@ -11,6 +11,11 @@
./hardware-configuration.nix
];
my.profiles = {
desktop.enable = true;
work.enable = true;
};
# Use the systemd-boot EFI boot loader.
boot = {
supportedFilesystems = [ "btrfs" ];