install cabal
This commit is contained in:
parent
d8edeff776
commit
9b82d8241e
|
@ -139,6 +139,7 @@
|
||||||
# Developer tools
|
# Developer tools
|
||||||
docker-compose
|
docker-compose
|
||||||
unstable.ghc
|
unstable.ghc
|
||||||
|
unstable.cabal-install
|
||||||
|
|
||||||
# QMK firmware
|
# QMK firmware
|
||||||
unstable.qmk
|
unstable.qmk
|
||||||
|
@ -196,10 +197,6 @@
|
||||||
displayManager = {
|
displayManager = {
|
||||||
sddm.enable = true;
|
sddm.enable = true;
|
||||||
defaultSession = "plasma";
|
defaultSession = "plasma";
|
||||||
# Setup dual monitors
|
|
||||||
setupCommands = ''
|
|
||||||
${pkgs.xorg.xrandr}/bin/xrandr --output HDMI-A-0 --mode 1920x1080 --output DisplayPort-0 --mode 2560x1440 --right-of HDMI-A-0
|
|
||||||
'';
|
|
||||||
};
|
};
|
||||||
|
|
||||||
desktopManager = {
|
desktopManager = {
|
||||||
|
|
Loading…
Reference in a new issue