desktop-2024-08-30-13-22-30

This commit is contained in:
Alexander Szczepanski
2024-08-30 13:22:30 +02:00
parent adf3ae9214
commit 4298f9dc77
12 changed files with 198 additions and 82 deletions

View File

@ -1,7 +1,4 @@
{ config, pkgs, lib, ... }:
let
unstable = import <nixos-unstable> {};
in
{
environment.shells = with pkgs; [ bashInteractive zsh ];
@ -61,7 +58,7 @@ in
networkmanager.dns = "none";
};
environment.systemPackages = with unstable.pkgs; [
environment.systemPackages = with pkgs.unstable; [
ack
borgbackup
borgmatic