Merge Dev with main #21
2 changed files with 32 additions and 1 deletions
|
|
@ -34,6 +34,37 @@ in {
|
|||
nixos95 = {
|
||||
enable = true;
|
||||
user = username;
|
||||
|
||||
taskbar = {
|
||||
homeIcon = "whisker-menu-button";
|
||||
battery-plugin.enable = false;
|
||||
applications = [
|
||||
{
|
||||
name = "Brave";
|
||||
description = "Browse the Web";
|
||||
pkg = pkgs.brave;
|
||||
icon = "world";
|
||||
}
|
||||
{
|
||||
name = "Signal";
|
||||
description = "Private Messenger";
|
||||
pkg = pkgs.signal-desktop;
|
||||
icon = "signal";
|
||||
}
|
||||
{
|
||||
name = "Obsidian";
|
||||
description = "Markdown Editor";
|
||||
exe = "obsidian %u";
|
||||
icon = "obsidian";
|
||||
}
|
||||
{
|
||||
name = "Spotify";
|
||||
description = "Spotify Music";
|
||||
exe = "spotify %U";
|
||||
icon = "spotify";
|
||||
}
|
||||
];
|
||||
};
|
||||
};
|
||||
|
||||
################################################################
|
||||
|
|
|
|||
|
|
@ -39,7 +39,7 @@
|
|||
LC_TIME = "de_DE.UTF-8";
|
||||
};
|
||||
|
||||
nix.settings.experimental-features = ["nix-command" "flakes"];
|
||||
nix.settings.experimental-features = ["nix-command" "flakes" "pipe-operators"];
|
||||
nixpkgs.config.allowUnfree = true;
|
||||
|
||||
console.keyMap = "de";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue