Fixed Gnome cursor
This commit is contained in:
parent
8bc8ee8ca6
commit
477924f969
|
@ -20,9 +20,9 @@
|
||||||
# Kernel
|
# Kernel
|
||||||
# boot.kernelPackages = config.boot.zfs.package.latestCompatibleLinuxPackages;
|
# boot.kernelPackages = config.boot.zfs.package.latestCompatibleLinuxPackages;
|
||||||
# Insecure
|
# Insecure
|
||||||
nixpkgs.config.permittedInsecurePackages = [
|
#nixpkgs.config.permittedInsecurePackages = [
|
||||||
"electron-29.4.6"
|
# "electron-29.4.6"
|
||||||
];
|
#];
|
||||||
# Use the systemd-boot EFI boot loader.
|
# Use the systemd-boot EFI boot loader.
|
||||||
boot.loader.grub = {
|
boot.loader.grub = {
|
||||||
enable = true;
|
enable = true;
|
||||||
|
@ -137,10 +137,16 @@
|
||||||
packages = with pkgs; [
|
packages = with pkgs; [
|
||||||
teams-for-linux firefox ncpamixer starship discord fastfetch
|
teams-for-linux firefox ncpamixer starship discord fastfetch
|
||||||
emacsPackages.vterm zed-editor heroic virt-manager
|
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:
|
# List packages installed in system profile. To search, run:
|
||||||
# $ nix search wget
|
# $ nix search wget
|
||||||
|
|
Loading…
Reference in a new issue