install plasma and use plasma-manager to configure

This commit is contained in:
cy 2025-02-01 22:36:56 -05:00
parent 258cce19fb
commit 81e06a0513
Signed by: cy
SSH key fingerprint: SHA256:o/geVWV4om1QhUSkKvDQeW/eAihwnjyXkqMwrVdbuts
5 changed files with 72 additions and 0 deletions

25
home/plasma.nix Normal file
View file

@ -0,0 +1,25 @@
{ ... }:
{
programs.plasma = {
enable = true;
workspace = {
lookAndFeel = "org.ide.breezedark.desktop";
cursor = {
theme = "Bibata-Modern-Classic";
size = 32;
};
};
fonts = {
general = {
family = "IBM Plex Mono";
pointSize = 12;
};
};
input.keyboard = {
numlockOnStartup = "on";
options = [ "ctrl:nocaps" ];
};
};
}

View file

@ -11,6 +11,7 @@
../irssi.nix
../kitty.nix
../vscode.nix
../plasma.nix
];
home = {
username = "yt";
@ -114,6 +115,7 @@
lldb
(cutter.withPlugins (plugins: with plugins; [ rz-ghidra jsdec sigdb ]))
ida-free
patchelf
];
programs.waybar.enable = true;