Compare commits
No commits in common. "356628626246168988b02ddc6b281ae43ea94788" and "d68dee31333f3b3cbb432a00fa9f6f793146bde9" have entirely different histories.
3566286262
...
d68dee3133
|
@ -2,7 +2,7 @@
|
|||
{
|
||||
imports = [ ./plasma.nix ];
|
||||
home-manager.users.${username}.imports = [ ./home/desktop.nix ];
|
||||
nixpkgs.config.chromium.commandLineArgs = "--password-store='gnome-libsecret' --enable-features=UseOzonePlatform --ozone-platform=wayland";
|
||||
nixpkgs.config.chromium.commandLineArgs = "--enable-features=UseOzonePlatform --ozone-platform=wayland";
|
||||
hardware.bluetooth.enable = true;
|
||||
environment = {
|
||||
sessionVariables = {
|
||||
|
|
|
@ -76,6 +76,7 @@
|
|||
alignment = "center";
|
||||
hiding = "normalpanel";
|
||||
floating = true;
|
||||
screen = "all";
|
||||
widgets = [
|
||||
"org.kde.plasma.appmenu"
|
||||
"org.kde.plasma.panelspacer"
|
||||
|
@ -125,7 +126,7 @@
|
|||
];
|
||||
}
|
||||
{
|
||||
height = 48;
|
||||
height = 36;
|
||||
lengthMode = "fit";
|
||||
location = "bottom";
|
||||
alignment = "center";
|
||||
|
@ -264,6 +265,17 @@
|
|||
apiEnabled = false;
|
||||
};
|
||||
kcminputrc.Keyboard.NumLock = 1;
|
||||
yakuakerc = {
|
||||
Dialogs.FirstRun = false;
|
||||
Window = {
|
||||
DynamicTabTitles = true;
|
||||
Height = 80;
|
||||
Width = 80;
|
||||
KeepOpen = true;
|
||||
ShowSystrayIcon = false;
|
||||
ShowTitleBar = false;
|
||||
};
|
||||
};
|
||||
plasmanotifyrc = {
|
||||
Notifications = {
|
||||
NormalAlwaysOnTop = true;
|
||||
|
|
Loading…
Reference in a new issue