Small changes for the PC
This commit is contained in:
parent
78cd53df9b
commit
f8ac795280
|
@ -8,6 +8,8 @@ with lib; {
|
||||||
home.packages = with pkgs; [
|
home.packages = with pkgs; [
|
||||||
unfree.vivaldi
|
unfree.vivaldi
|
||||||
psmisc # killall and friends
|
psmisc # killall and friends
|
||||||
|
|
||||||
|
pinentry-gnome
|
||||||
];
|
];
|
||||||
|
|
||||||
## Gnome-keyring
|
## Gnome-keyring
|
||||||
|
|
|
@ -41,14 +41,22 @@
|
||||||
mode = "1920x1080@144Hz";
|
mode = "1920x1080@144Hz";
|
||||||
adaptive_sync = "on";
|
adaptive_sync = "on";
|
||||||
};
|
};
|
||||||
|
wayland.windowManager.sway.config.output."Unknown 24G2W1G4 ATNN21A005410" = {
|
||||||
|
mode = "1920x1080@144Hz";
|
||||||
|
adaptive_sync = "on";
|
||||||
|
};
|
||||||
nki.programs.kitty.fontSize = 14;
|
nki.programs.kitty.fontSize = 14;
|
||||||
|
|
||||||
# Yellow light!
|
# Yellow light!
|
||||||
services.wlsunset = {
|
services.wlsunset = {
|
||||||
enable = true;
|
enable = true;
|
||||||
# Waterloo
|
# # Waterloo
|
||||||
latitude = "43.3";
|
# latitude = "43.3";
|
||||||
longitude = "-80.3";
|
# longitude = "-80.3";
|
||||||
|
|
||||||
|
# Lausanne
|
||||||
|
latitude = "46.31";
|
||||||
|
longitude = "6.38";
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
||||||
|
|
|
@ -250,6 +250,12 @@
|
||||||
# For 32 bit applications
|
# For 32 bit applications
|
||||||
hardware.opengl.driSupport32Bit = true;
|
hardware.opengl.driSupport32Bit = true;
|
||||||
|
|
||||||
|
# Evolution wants a plugin
|
||||||
|
programs.evolution = {
|
||||||
|
enable = true;
|
||||||
|
plugins = with pkgs; [ evolution-ews ];
|
||||||
|
};
|
||||||
|
|
||||||
# Music server
|
# Music server
|
||||||
services.navidrome.enable = true;
|
services.navidrome.enable = true;
|
||||||
services.navidrome.settings = {
|
services.navidrome.settings = {
|
||||||
|
|
Loading…
Reference in a new issue