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
|
pkgs.gnome-tour
|
||||||
];
|
];
|
||||||
|
|
||||||
environment.systemPackages = with pkgs.gnome; [ghex];
|
environment.systemPackages = with pkgs; [gnome.ghex impression];
|
||||||
|
|
||||||
# RDP connections
|
# RDP connections
|
||||||
networking.firewall.allowedTCPPorts = [3389];
|
networking.firewall.allowedTCPPorts = [3389];
|
||||||
|
|
|
@ -16,7 +16,6 @@ in
|
||||||
simple-scan
|
simple-scan
|
||||||
wireguard-tools
|
wireguard-tools
|
||||||
element-desktop
|
element-desktop
|
||||||
etcher
|
|
||||||
iotop
|
iotop
|
||||||
lsof
|
lsof
|
||||||
wirelesstools
|
wirelesstools
|
||||||
|
|
Loading…
Reference in a new issue