mirror of
https://github.com/harryssecret/homelab-nix.git
synced 2025-10-01 22:44:51 +02:00
Compare commits
2 commits
46986df271
...
b4aad0c151
Author | SHA1 | Date | |
---|---|---|---|
b4aad0c151 | |||
c53fbd3514 |
4 changed files with 51 additions and 1 deletions
26
home-manager/dotfiles/waybar/mocha.css
Normal file
26
home-manager/dotfiles/waybar/mocha.css
Normal file
|
@ -0,0 +1,26 @@
|
|||
@define-color rosewater #f5e0dc;
|
||||
@define-color flamingo #f2cdcd;
|
||||
@define-color pink #f5c2e7;
|
||||
@define-color mauve #cba6f7;
|
||||
@define-color red #f38ba8;
|
||||
@define-color maroon #eba0ac;
|
||||
@define-color peach #fab387;
|
||||
@define-color yellow #f9e2af;
|
||||
@define-color green #a6e3a1;
|
||||
@define-color teal #94e2d5;
|
||||
@define-color sky #89dceb;
|
||||
@define-color sapphire #74c7ec;
|
||||
@define-color blue #89b4fa;
|
||||
@define-color lavender #b4befe;
|
||||
@define-color text #cdd6f4;
|
||||
@define-color subtext1 #bac2de;
|
||||
@define-color subtext0 #a6adc8;
|
||||
@define-color overlay2 #9399b2;
|
||||
@define-color overlay1 #7f849c;
|
||||
@define-color overlay0 #6c7086;
|
||||
@define-color surface2 #585b70;
|
||||
@define-color surface1 #45475a;
|
||||
@define-color surface0 #313244;
|
||||
@define-color base #1e1e2e;
|
||||
@define-color mantle #181825;
|
||||
@define-color crust #11111b;
|
|
@ -1,5 +1,5 @@
|
|||
@define-color primary rgba(123, 0, 44, 1);
|
||||
@import "latte.css";
|
||||
@import "mocha.css";
|
||||
|
||||
* {
|
||||
padding: 0;
|
||||
|
|
|
@ -135,6 +135,29 @@
|
|||
};
|
||||
};
|
||||
|
||||
hardware.bluetooth = {
|
||||
enable = true;
|
||||
powerOnBoot = true; # powers up the default Bluetooth controller on boot
|
||||
settings = {
|
||||
General = {
|
||||
Enable = "Source,Sink,Media,Socket";
|
||||
Experimental = true;
|
||||
};
|
||||
};
|
||||
};
|
||||
services.blueman.enable = true;
|
||||
|
||||
# rtkit (optional, recommended) allows Pipewire to use the realtime scheduler for increased performance.
|
||||
security.rtkit.enable = true;
|
||||
services.pipewire = {
|
||||
enable = true; # if not already enabled
|
||||
alsa.enable = true;
|
||||
alsa.support32Bit = true;
|
||||
pulse.enable = true;
|
||||
# If you want to use JACK applications, uncomment the following
|
||||
#jack.enable = true;
|
||||
};
|
||||
|
||||
# This value determines the NixOS release from which the default
|
||||
# settings for stateful data, like file locations and database versions
|
||||
# on your system were taken. It‘s perfectly fine and recommended to leave
|
||||
|
|
|
@ -9,6 +9,7 @@
|
|||
signal-desktop
|
||||
cider-2
|
||||
iamb
|
||||
qutebrowser
|
||||
];
|
||||
|
||||
virtualisation.containers.enable = true;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue