Finally make everything looks a bit better with icons
This commit is contained in:
parent
5818af5d5c
commit
476ede9d25
3 changed files with 45 additions and 9 deletions
|
@ -142,11 +142,6 @@
|
|||
|
||||
## Wayland
|
||||
qt5.qtwayland
|
||||
|
||||
## Enable nix-flakes
|
||||
# (pkgs.writeShellScriptBin "nixFlakes" ''
|
||||
# exec ${pkgs.nixUnstable}/bin/nix --experimental-features "nix-command flakes" "$@"
|
||||
# '')
|
||||
];
|
||||
|
||||
# Nix config
|
||||
|
@ -192,7 +187,11 @@
|
|||
xdg.portal = {
|
||||
enable = true;
|
||||
wlr.enable = true;
|
||||
|
||||
# gtk portal needed to make gtk apps happy
|
||||
extraPortals = [ pkgs.xdg-desktop-portal-gtk ];
|
||||
};
|
||||
programs.dconf.enable = true;
|
||||
services.gnome.gnome-keyring.enable = true;
|
||||
|
||||
# Enable the OpenSSH daemon.
|
||||
|
@ -209,6 +208,8 @@
|
|||
#
|
||||
hardware.bluetooth.enable = true;
|
||||
hardware.bluetooth.package = pkgs.bluez5-experimental;
|
||||
hardware.bluetooth.settings.General.Experimental = true;
|
||||
services.blueman.enable = true;
|
||||
|
||||
# Peripherals
|
||||
hardware.opentabletdriver.enable = true;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue