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