okay how about sway instead
This commit is contained in:
parent
608169e7a7
commit
30f8b544cb
12
flake.lock
12
flake.lock
|
@ -165,11 +165,11 @@
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
"locked": {
|
"locked": {
|
||||||
"lastModified": 1710397390,
|
"lastModified": 1710446551,
|
||||||
"narHash": "sha256-mE7/DVmC/MoNRtJb8HlSx9zwlFY77SQM6FbANbgxOIo=",
|
"narHash": "sha256-W2jabm8XVnMsPFfp22Pymk6xJPT0xG13+6fNvvwT7Cg=",
|
||||||
"owner": "nixos-bsd",
|
"owner": "nixos-bsd",
|
||||||
"repo": "nixbsd",
|
"repo": "nixbsd",
|
||||||
"rev": "c71e3cf6ec171841b6cc22ba5edbb0b43a2fd2fd",
|
"rev": "c6c3dc93ee1e686c08408390303793ca4170c512",
|
||||||
"type": "github"
|
"type": "github"
|
||||||
},
|
},
|
||||||
"original": {
|
"original": {
|
||||||
|
@ -180,11 +180,11 @@
|
||||||
},
|
},
|
||||||
"nixpkgs": {
|
"nixpkgs": {
|
||||||
"locked": {
|
"locked": {
|
||||||
"lastModified": 1710397339,
|
"lastModified": 1710446334,
|
||||||
"narHash": "sha256-nI1h0mgg7gh3dF6xl/D1QfR0rpHeazi/sB/9MKL/Dhw=",
|
"narHash": "sha256-CD+ytDUT0KtkVeWkcV+T5I4mcaSKUOmUW5o/x3Qgsb8=",
|
||||||
"owner": "rhelmot",
|
"owner": "rhelmot",
|
||||||
"repo": "nixpkgs",
|
"repo": "nixpkgs",
|
||||||
"rev": "e27b890e9621f978f74936a41109c979cd6daeb5",
|
"rev": "98b385abb3bf61aca2df04123c041caedcd4b36c",
|
||||||
"type": "github"
|
"type": "github"
|
||||||
},
|
},
|
||||||
"original": {
|
"original": {
|
||||||
|
|
|
@ -2,19 +2,11 @@
|
||||||
{
|
{
|
||||||
environment.etc.machine-id.text = "4e9ae0575ebb420e8031ff82db7a37fb";
|
environment.etc.machine-id.text = "4e9ae0575ebb420e8031ff82db7a37fb";
|
||||||
|
|
||||||
boot.extraModulePackages = with pkgs.freebsd; [
|
|
||||||
drm-kmod
|
|
||||||
drm-kmod-firmware
|
|
||||||
];
|
|
||||||
# Intel kmod firmware is unfree, allow all unfree firmware
|
# Intel kmod firmware is unfree, allow all unfree firmware
|
||||||
nixpkgs.config.allowUnfreePredicate =
|
nixpkgs.config.allowUnfreePredicate =
|
||||||
pkg: ((pkg.meta or { }).sourceProvenance or [ ]) == [ lib.sourceTypes.binaryFirmware ];
|
pkg: ((pkg.meta or { }).sourceProvenance or [ ]) == [ lib.sourceTypes.binaryFirmware ];
|
||||||
|
|
||||||
|
hardware.opengl.enable = true;
|
||||||
services.dbus.enable = true;
|
services.dbus.enable = true;
|
||||||
services.xserver = {
|
programs.sway.enable = true;
|
||||||
enable = true;
|
|
||||||
desktopManager.xfce.enable = true;
|
|
||||||
exportConfiguration = true;
|
|
||||||
libinput.enable = true;
|
|
||||||
};
|
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue