Fixed Gnome cursor
This commit is contained in:
parent
8bc8ee8ca6
commit
477924f969
|
@ -20,9 +20,9 @@
|
|||
# Kernel
|
||||
# boot.kernelPackages = config.boot.zfs.package.latestCompatibleLinuxPackages;
|
||||
# Insecure
|
||||
nixpkgs.config.permittedInsecurePackages = [
|
||||
"electron-29.4.6"
|
||||
];
|
||||
#nixpkgs.config.permittedInsecurePackages = [
|
||||
# "electron-29.4.6"
|
||||
#];
|
||||
# Use the systemd-boot EFI boot loader.
|
||||
boot.loader.grub = {
|
||||
enable = true;
|
||||
|
@ -137,10 +137,16 @@
|
|||
packages = with pkgs; [
|
||||
teams-for-linux firefox ncpamixer starship discord fastfetch
|
||||
emacsPackages.vterm zed-editor heroic virt-manager
|
||||
chromium pavucontrol gnome-tweaks
|
||||
chromium pavucontrol gnome-tweaks beauty-line-icon-theme
|
||||
];
|
||||
};
|
||||
|
||||
# ld
|
||||
programs.nix-ld.enable = true;
|
||||
programs.nix-ld.libraries = with pkgs; [
|
||||
# Add any missing dynamic libraries for unpackaged programs
|
||||
# here, NOT in environment.systemPackages
|
||||
];
|
||||
|
||||
# List packages installed in system profile. To search, run:
|
||||
# $ nix search wget
|
||||
|
|
Loading…
Reference in a new issue