framework-2024-06-01-11-27-33

This commit is contained in:
Alexander Szczepanski
2024-06-01 11:27:33 +02:00
parent 315784fc98
commit f29e41eab7
4 changed files with 28 additions and 20 deletions

View File

@ -87,6 +87,7 @@ in {
lsd
lsof
man-pages
man-pages-posix
nethogs
nil
nix-du

View File

@ -6,32 +6,36 @@
kdeconnect.enable = true;
};
environment.systemPackages = with pkgs; [
libsForQt5.kalk
libsForQt5.plasma-browser-integration
];
# environment.systemPackages = with pkgs; [
# libsForQt5.kalk
# libsForQt5.plasma-browser-integration
# ];
environment.plasma5.excludePackages = with pkgs.libsForQt5; [
environment.plasma6.excludePackages = with pkgs.kdePackages; [
# plasma-browser-integration
konsole
oxygen
];
environment.etc."chromium/native-messaging-hosts/org.kde.plasma.browser_integration.json".source = "${pkgs.plasma-browser-integration}/etc/chromium/native-messaging-hosts/org.kde.plasma.browser_integration.json";
# environment.etc."chromium/native-messaging-hosts/org.kde.plasma.browser_integration.json".source = "${pkgs.plasma-browser-integration}/etc/chromium/native-messaging-hosts/org.kde.plasma.browser_integration.json";
services = {
xserver = {
desktopManager.plasma6.enable = true;
displayManager.sddm = {
enable = true;
excludePackages = [ pkgs.xterm ];
displayManager.sddm.enable = true;
desktopManager.plasma5.enable = true;
layout = "us";
# Enable touchpad support.
libinput.enable = true;
updateDbusEnvironment = true;
wayland.enable = true;
};
# xserver = {
# enable = true;
# excludePackages = [ pkgs.xterm ];
# layout = "us";
# # Enable touchpad support.
# libinput.enable = true;
# updateDbusEnvironment = true;
# };
};
}

View File

@ -49,7 +49,7 @@ in {
home = {
stateVersion = "23.11";
packages = with unstable.pkgs; [
atop
# atop
btop
broot
dfc
@ -69,6 +69,8 @@ in {
tealdeer
unrar
yt-dlp
nix-output-monitor
];
sessionPath = [ "$HOME/.npm-packages" "$HOME/.bin" ];
file = {