switch to base16 project-wide
This commit is contained in:
parent
d3100b7d7f
commit
e1c716ef8c
28 changed files with 847 additions and 810 deletions
|
|
@ -42,11 +42,6 @@
|
|||
initrd.verbose = false;
|
||||
};
|
||||
|
||||
catppuccin = {
|
||||
enable = true;
|
||||
cache.enable = true;
|
||||
};
|
||||
|
||||
networking.networkmanager.enable = true;
|
||||
hardware.bluetooth.enable = true;
|
||||
|
||||
|
|
@ -81,11 +76,7 @@
|
|||
|
||||
services = {
|
||||
displayManager = {
|
||||
sddm = {
|
||||
enable = true;
|
||||
wayland.enable = true;
|
||||
enableHidpi = true;
|
||||
};
|
||||
cosmic-greeter.enable = true;
|
||||
defaultSession = "niri";
|
||||
};
|
||||
|
||||
|
|
|
|||
|
|
@ -22,11 +22,6 @@
|
|||
'';
|
||||
hardware.i2c.enable = true;
|
||||
|
||||
catppuccin = {
|
||||
accent = "blue";
|
||||
flavor = "mocha";
|
||||
};
|
||||
|
||||
boot.loader.systemd-boot.consoleMode = "max";
|
||||
boot.kernelPackages = pkgs.linuxPackages;
|
||||
|
||||
|
|
|
|||
|
|
@ -6,11 +6,6 @@
|
|||
{
|
||||
boot.kernelParams = [ "appledrm.show_notch=1" ];
|
||||
|
||||
catppuccin = {
|
||||
accent = "peach";
|
||||
flavor = "mocha";
|
||||
};
|
||||
|
||||
environment.systemPackages = with pkgs; [
|
||||
ddcutil
|
||||
];
|
||||
|
|
|
|||
|
|
@ -1,10 +1,5 @@
|
|||
{ catppuccin, ... }:
|
||||
{
|
||||
catppuccin = {
|
||||
accent = "green";
|
||||
flavor = "mocha";
|
||||
};
|
||||
|
||||
home-manager.users.sckova = {
|
||||
imports = [ catppuccin.homeModules.catppuccin ];
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue