Update wob config
This commit is contained in:
parent
84c8f5097d
commit
5c30019fc3
9 changed files with 37 additions and 19 deletions
|
|
@ -1,5 +1,5 @@
|
|||
{ config, lib, ... }:
|
||||
lib.mkIf (config.custom.platform == "laptop") {
|
||||
lib.mkIf (config.platform == "laptop") {
|
||||
services.upower = {
|
||||
enable = true;
|
||||
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
{ config, lib, pkgs, tokyo-night-sddm-src, ... }:
|
||||
lib.mkIf (config.custom.platform != "mobile")
|
||||
lib.mkIf (config.platform != "mobile")
|
||||
(let
|
||||
tokyo-night-sddm = with pkgs.libsForQt5; pkgs.stdenv.mkDerivation {
|
||||
name = "tokyo-night-sddm";
|
||||
|
|
|
|||
|
|
@ -22,10 +22,6 @@ in {
|
|||
(aspellWithDicts (ps: with ps; [ en en-computers en-science ]))
|
||||
|
||||
gcc
|
||||
wob
|
||||
grim
|
||||
slurp
|
||||
imv
|
||||
|
||||
direnv
|
||||
nix-direnv-with-flakes
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue