Skip to content

Commit

Permalink
Apply old format miss patch
Browse files Browse the repository at this point in the history
  • Loading branch information
Sigmanificient committed Dec 21, 2023
1 parent 2dd5b41 commit 5d98bdd
Show file tree
Hide file tree
Showing 2 changed files with 42 additions and 40 deletions.
4 changes: 2 additions & 2 deletions config/bacon.nix
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@
services.auto-cpufreq.enable = true;
services.auto-cpufreq.settings = {
battery = {
governor = "powersave";
turbo = "never";
governor = "powersave";
turbo = "never";
};

charger = {
Expand Down
78 changes: 40 additions & 38 deletions home/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -34,44 +34,46 @@
EDITOR = pkgs.nano;
};

packages = let
figma-linux-wrap = pkgs.figma-linux.overrideAttrs(prev: {
nativeBuildInputs = prev.nativeBuildInputs ++ [ pkgs.wrapGAppsHook ];
});

in with pkgs; [
# settings
arandr
brightnessctl
lxappearance

figma-linux-wrap

# volume
pamixer
pulsemixer
pavucontrol

# messaging
discord
teams-for-linux

# dev
gnumake
tokei
wakatime

# misc
spotify
gimp
neofetch
pass

# utils
peek
ripgrep
dconf
];
packages =
let
figma-linux-wrap = pkgs.figma-linux.overrideAttrs (prev: {
nativeBuildInputs = prev.nativeBuildInputs ++ [ pkgs.wrapGAppsHook ];
});

in
with pkgs; [
# settings
arandr
brightnessctl
lxappearance

figma-linux-wrap

# volume
pamixer
pulsemixer
pavucontrol

# messaging
discord
teams-for-linux

# dev
gnumake
tokei
wakatime

# misc
spotify
gimp
neofetch
pass

# utils
peek
ripgrep
dconf
];
};

programs = {
Expand Down

0 comments on commit 5d98bdd

Please sign in to comment.