will this work?
This commit is contained in:
@@ -1,7 +1,7 @@
|
|||||||
# Baseline configuration for all desktop-class systems (including
|
# Baseline configuration for all desktop-class systems (including
|
||||||
# laptops).
|
# laptops).
|
||||||
|
|
||||||
{ ... }: {
|
{ pkgs, ... }: {
|
||||||
imports = [
|
imports = [
|
||||||
./desktop-packages.nix
|
./desktop-packages.nix
|
||||||
# ./ghostty.nix # doesn't work yet
|
# ./ghostty.nix # doesn't work yet
|
||||||
@@ -18,8 +18,9 @@
|
|||||||
windowManager = {
|
windowManager = {
|
||||||
# stumpwm is still on 24.05 / v2.4.10; but NixOS
|
# stumpwm is still on 24.05 / v2.4.10; but NixOS
|
||||||
# is using v2.5.4.
|
# is using v2.5.4.
|
||||||
# stumpwm.enable = true;
|
stumpwm.enable = true;
|
||||||
i3.enable = true;
|
stumpwm.package = pkgs.callPackage /home/kyle/quicklisp/local-projects/stumpwm/stumpwm {};
|
||||||
|
# i3.enable = true;
|
||||||
};
|
};
|
||||||
xkb = {
|
xkb = {
|
||||||
layout = "us";
|
layout = "us";
|
||||||
|
|||||||
Reference in New Issue
Block a user