mirror of
https://github.com/thiloho/nixos-config.git
synced 2025-11-22 03:21:35 +01:00
Update flake
This commit is contained in:
@@ -32,7 +32,7 @@
|
||||
};
|
||||
|
||||
environment.sessionVariables = {
|
||||
MUTTER_DEBUG_DISABLE_HW_CURSORS = "1";
|
||||
MUTTER_DEBUG_FORCE_KMS_MODE = "simple";
|
||||
};
|
||||
|
||||
boot.kernelParams = [ "amd_iommu=on" ];
|
||||
@@ -76,7 +76,7 @@
|
||||
home-manager.users.thiloho =
|
||||
{ pkgs, lib, ... }:
|
||||
{
|
||||
programs.git.signing.key = "70299F9ED1519D23";
|
||||
programs.git.signing.key = "273D6150B9741CCF";
|
||||
home = {
|
||||
packages = with pkgs; [
|
||||
inkscape
|
||||
|
||||
@@ -36,11 +36,8 @@
|
||||
gnome-connections
|
||||
geary
|
||||
evince
|
||||
gnome-calendar
|
||||
gnome-contacts
|
||||
gnome-weather
|
||||
gnome-maps
|
||||
gnome-clocks
|
||||
gnome-music
|
||||
snapshot
|
||||
simple-scan
|
||||
@@ -84,7 +81,7 @@
|
||||
};
|
||||
};
|
||||
|
||||
hardware.pulseaudio.enable = false;
|
||||
services.pulseaudio.enable = false;
|
||||
|
||||
hardware.bluetooth.enable = true;
|
||||
|
||||
@@ -195,6 +192,7 @@
|
||||
gapless
|
||||
mullvad-browser
|
||||
picocrypt-cli
|
||||
tutanota-desktop
|
||||
];
|
||||
};
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user