Compare commits

..

No commits in common. "8c5c6ee5281e918e8b1dae48c55f7dec538cdb3b" and "5519aecd71fe37a23118ba58b8b30ee93d62898e" have entirely different histories.

5 changed files with 26 additions and 27 deletions

View file

@ -80,11 +80,11 @@
] ]
}, },
"locked": { "locked": {
"lastModified": 1725161148, "lastModified": 1724576102,
"narHash": "sha256-WfAHq3Ag3vLNFfWxKHjFBFdPI6JIideWFJod9mx1eoo=", "narHash": "sha256-uM7n5nNL6fmA0bwMJBNll11f4cMWOFa2Ni6F5KeIldM=",
"owner": "nix-community", "owner": "nix-community",
"repo": "nix-index-database", "repo": "nix-index-database",
"rev": "32058e9138248874773630c846563b1a78ee7a5b", "rev": "e333d62b70b179da1dd78d94315e8a390f2d12e5",
"type": "github" "type": "github"
}, },
"original": { "original": {
@ -111,11 +111,11 @@
}, },
"nixpkgs_2": { "nixpkgs_2": {
"locked": { "locked": {
"lastModified": 1725001927, "lastModified": 1724531977,
"narHash": "sha256-eV+63gK0Mp7ygCR0Oy4yIYSNcum2VQwnZamHxYTNi+M=", "narHash": "sha256-XROVLf9ti4rrNCFLr+DmXRZtPjCQTW4cYy59owTEmxk=",
"owner": "nixos", "owner": "nixos",
"repo": "nixpkgs", "repo": "nixpkgs",
"rev": "6e99f2a27d600612004fbd2c3282d614bfee6421", "rev": "2527da1ef492c495d5391f3bcf9c1dd9f4514e32",
"type": "github" "type": "github"
}, },
"original": { "original": {
@ -162,11 +162,11 @@
"tt-schemes": { "tt-schemes": {
"flake": false, "flake": false,
"locked": { "locked": {
"lastModified": 1724855699, "lastModified": 1724695374,
"narHash": "sha256-spz4qmUaejGLB6k/RKc7k+unbNogedwdQv5yBoL3ThA=", "narHash": "sha256-r0mHdIreBmEFCoW5lVwFdVMb9MG6pa0vvcO91fOwKg4=",
"owner": "tinted-theming", "owner": "tinted-theming",
"repo": "schemes", "repo": "schemes",
"rev": "43294f13504020b879723fa7a00a0abd39b18cc3", "rev": "b287eeabc4f1f63980dbd6f7c6b8593638c0b941",
"type": "github" "type": "github"
}, },
"original": { "original": {

View file

@ -48,14 +48,14 @@
locked = false; locked = false;
lockedPassword = ""; lockedPassword = "";
minimizeToSystemTray = false; minimizeToSystemTray = false;
navigationBarBehaviour = "never"; navigationBarBehaviour = "custom";
navigationBarManualActive = false; navigationBarManualActive = false;
notifyTaskBarOnMessage = false; notifyTaskBarOnMessage = false;
predefinedTodoServer = "https://todoist.com/app"; predefinedTodoServer = "https://todoist.com/app";
privateNotifications = false; privateNotifications = false;
reloadAfterResume = true; reloadAfterResume = true;
reloadAfterResumeTime = 10; reloadAfterResumeTime = 10;
runInBackground = false; runInBackground = true;
scheduledDNDEnabled = false; scheduledDNDEnabled = false;
scheduledDNDEnd = "09:00"; scheduledDNDEnd = "09:00";
scheduledDNDStart = "17:00"; scheduledDNDStart = "17:00";
@ -63,13 +63,13 @@
sentry = false; sentry = false;
server = "You are using Ferdium without a server"; server = "You are using Ferdium without a server";
serviceRibbonWidth = 68; serviceRibbonWidth = 68;
showDisabledServices = false; showDisabledServices = true;
showDragArea = false; showDragArea = false;
showMessageBadgeWhenMuted = true; showMessageBadgeWhenMuted = true;
showServiceName = false; showServiceName = false;
sidebarServicesLocation = 0; sidebarServicesLocation = 0;
spellcheckerLanguage = "en-GB"; spellcheckerLanguage = "en-GB";
splitColumns = 2; splitColumns = 3;
splitMode = false; splitMode = false;
startMinimized = false; startMinimized = false;
translatorEngine = "LibreTranslate"; translatorEngine = "LibreTranslate";

View file

@ -5,6 +5,7 @@
inputs.nix-index-database.hmModules.nix-index inputs.nix-index-database.hmModules.nix-index
inputs.plasma-manager.homeManagerModules.plasma-manager inputs.plasma-manager.homeManagerModules.plasma-manager
./shell/default.nix ./shell/default.nix
./emacs/default.nix
./services/password-store/default.nix ./services/password-store/default.nix
./scripts/default.nix ./scripts/default.nix
]; ];

View file

@ -7,7 +7,7 @@
{ {
imports = [ imports = [
./plasma/default.nix ./plasma/default.nix
./emacs/default.nix ./alacritty/default.nix
./browser/default.nix ./browser/default.nix
./services/email/default.nix ./services/email/default.nix
]; ];

View file

@ -87,16 +87,15 @@
floating = true; floating = true;
widgets = [ widgets = [
{ {
name = "org.kde.plasma.kicker"; name = "org.kde.plasma.kickoff";
config.General = { config.General = {
icon = "distributor-logo-nixos"; icon = "nix-snowflake";
appNameFormat = 0; primaryActions = "0";
limitDepth = true; favoritesDisplay = "0";
alphaSort = true; applicationsDisplay = "1";
recentOrdering = 0; pin = "false";
showRecentApps = true; showActionButtonCaptions = "true";
showRecentDocs = true; compactMode = "false";
showIconsRootLevel = true;
}; };
} }
{ {
@ -110,7 +109,6 @@
]; ];
}; };
} }
"org.kde.plasma.panelspacer"
{ {
name = "org.kde.plasma.pager"; name = "org.kde.plasma.pager";
config.General = { config.General = {
@ -119,7 +117,6 @@
wrapPage = "true"; wrapPage = "true";
}; };
} }
"org.kde.plasma.panelspacer"
"org.kde.plasma.marginsseparator" "org.kde.plasma.marginsseparator"
"org.kde.plasma.keyboardindicator" "org.kde.plasma.keyboardindicator"
"org.kde.plasma.cameraindicator" "org.kde.plasma.cameraindicator"
@ -304,8 +301,9 @@
{ {
inherit AccentColor; inherit AccentColor;
LastUsedCustomAccentColor = AccentColor; LastUsedCustomAccentColor = AccentColor;
TerminalApplication = "konsole"; TerminalApplication = if config.programs.alacritty.enable then "alacritty" else "konsole";
TerminalService = "org.kde.konsole.desktop"; TerminalService =
if config.programs.alacritty.enable then "Alacritty.desktop" else "org.kde.konsole.desktop";
}; };
WM = { WM = {
# TODO convert to base16 colours at some point # TODO convert to base16 colours at some point