Compare commits
2 commits
dfcd383c50
...
3816c590e3
Author | SHA1 | Date | |
---|---|---|---|
jimjam4real | 3816c590e3 | ||
jimjam4real | 88e298a7c8 |
|
@ -1,4 +1,4 @@
|
|||
{outputs, ...}: {
|
||||
{pkgs, outputs, ...}: {
|
||||
imports = [
|
||||
# Common modules
|
||||
./home.nix
|
||||
|
@ -33,5 +33,10 @@
|
|||
./services/udiskie.nix
|
||||
];
|
||||
|
||||
# Needed to make the speaker work
|
||||
home.packages = with pkgs; [
|
||||
alsa-utils
|
||||
];
|
||||
|
||||
wayland.windowManager.sway.config.output.${outputs.displays.dI}.scale = "1.3";
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue