No mako just plasma notifications
This commit is contained in:
parent
3607c2ffb6
commit
fc54c447a8
5 changed files with 31 additions and 26 deletions
|
@ -8,7 +8,7 @@
|
|||
}: {
|
||||
imports = [
|
||||
./ewwbar.nix
|
||||
./mako.nix
|
||||
# ./mako.nix
|
||||
./swaylock.nix
|
||||
# TODO: figure out how to import this for this module _and_ for the sway module?
|
||||
./linux-desktop.nix
|
||||
|
@ -45,7 +45,7 @@
|
|||
|
||||
exec-once = [
|
||||
"hyprpaper"
|
||||
"mako"
|
||||
# "mako"
|
||||
"swayosd-server"
|
||||
"eww daemon && eww open bar$EWW_BAR_MON"
|
||||
"firefox"
|
||||
|
|
|
@ -8,7 +8,7 @@
|
|||
}: {
|
||||
imports = [
|
||||
./waybar.nix
|
||||
./mako.nix
|
||||
# ./mako.nix
|
||||
./swaylock.nix
|
||||
./linux-desktop.nix
|
||||
];
|
||||
|
|
|
@ -61,7 +61,7 @@
|
|||
libinput
|
||||
libinput-gestures
|
||||
libnotify
|
||||
mako
|
||||
# mako
|
||||
# lutris
|
||||
# nil
|
||||
# nixpkgs-fmt
|
||||
|
|
|
@ -22,7 +22,7 @@
|
|||
kde-plasma
|
||||
postgres
|
||||
wifi
|
||||
hyprland
|
||||
# hyprland
|
||||
printing
|
||||
# melee
|
||||
steam
|
||||
|
@ -62,6 +62,8 @@
|
|||
hyprland
|
||||
];
|
||||
|
||||
services.mako.enable = lib.mkForce false; # don't use mako when using plasma
|
||||
|
||||
# ssbm = {
|
||||
# slippi-launcher = {
|
||||
# isoPath = "${config.home-manager.users.daniel.home.homeDirectory}/../games/roms/dolphin/melee.iso";
|
||||
|
@ -137,7 +139,10 @@
|
|||
boot.initrd.availableKernelModules = ["xhci_pci" "nvme" "ahci"];
|
||||
boot.kernelModules = ["kvm-amd"];
|
||||
|
||||
hardware.bluetooth.enable = true;
|
||||
hardware.bluetooth = {
|
||||
enable = true;
|
||||
powerOnBoot = true;
|
||||
};
|
||||
powerManagement.cpuFreqGovernor = lib.mkDefault "performance";
|
||||
|
||||
networking = {
|
||||
|
|
Loading…
Reference in a new issue