mirror of
https://github.com/kittywitch/nixfiles.git
synced 2026-02-09 12:29:19 -08:00
feat: meep
This commit is contained in:
parent
097be9f01b
commit
d1d1f96a7c
6 changed files with 106 additions and 106 deletions
|
|
@ -2,9 +2,7 @@
|
|||
environment.systemPackages = with pkgs; [
|
||||
xclip
|
||||
wl-clipboard
|
||||
kwin-blishhud-shader
|
||||
];
|
||||
environment.plasma6.excludePackages = with pkgs; [konsole];
|
||||
services = {
|
||||
displayManager.sddm = {
|
||||
enable = true;
|
||||
|
|
|
|||
|
|
@ -14,7 +14,6 @@ in {
|
|||
};
|
||||
config = {
|
||||
boot = {
|
||||
kernelPackages = pkgs.linuxPackages_latest;
|
||||
supportedFilesystems = ["bcachefs"];
|
||||
};
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue