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