mirror of
https://github.com/kaesaecracker/nixos-configuration.git
synced 2025-01-18 18:40:14 +01:00
switch to gnome impression for creating bootable usb sticks
This commit is contained in:
parent
d790d3ba3e
commit
34b04b9ed1
|
@ -47,7 +47,7 @@ in {
|
|||
pkgs.gnome-tour
|
||||
];
|
||||
|
||||
environment.systemPackages = with pkgs.gnome; [ghex];
|
||||
environment.systemPackages = with pkgs; [gnome.ghex impression];
|
||||
|
||||
# RDP connections
|
||||
networking.firewall.allowedTCPPorts = [3389];
|
||||
|
|
|
@ -16,7 +16,6 @@ in
|
|||
simple-scan
|
||||
wireguard-tools
|
||||
element-desktop
|
||||
etcher
|
||||
iotop
|
||||
lsof
|
||||
wirelesstools
|
||||
|
|
Loading…
Reference in a new issue