chore: Update Cape system
This commit is contained in:
parent
3054cf7ae1
commit
07a228e298
7 changed files with 504 additions and 520 deletions
|
|
@ -38,11 +38,10 @@
|
||||||
programs = {
|
programs = {
|
||||||
chromium.enable = true;
|
chromium.enable = true;
|
||||||
thunderbird.enable = true;
|
thunderbird.enable = true;
|
||||||
# espanso.enable = true;
|
|
||||||
mpv.enable = true;
|
mpv.enable = true;
|
||||||
ghostty.enable = true;
|
ghostty.enable = true;
|
||||||
zed-editor.enable = true;
|
zed-editor.enable = true;
|
||||||
firefox.enable = true;
|
zen-browser.enable = true;
|
||||||
helix.enable = true;
|
helix.enable = true;
|
||||||
openssh.enable = true;
|
openssh.enable = true;
|
||||||
alacritty.enable = true;
|
alacritty.enable = true;
|
||||||
|
|
@ -74,11 +73,9 @@
|
||||||
telegram-desktop
|
telegram-desktop
|
||||||
scrcpy
|
scrcpy
|
||||||
ast-grep
|
ast-grep
|
||||||
gitu
|
|
||||||
dig
|
dig
|
||||||
fend
|
fend
|
||||||
gitoxide
|
gitoxide
|
||||||
kdePackages.kdenlive
|
|
||||||
fd
|
fd
|
||||||
viu
|
viu
|
||||||
];
|
];
|
||||||
|
|
|
||||||
|
|
@ -1,8 +1,5 @@
|
||||||
{config, ...}: {
|
{...}: {
|
||||||
david.programs.niri = {
|
david.programs.niri = {
|
||||||
waybar.settings = let
|
|
||||||
cfg = config.david.programs.niri.waybar;
|
|
||||||
in [(cfg.template // (cfg.helper.mkBacklight "intel_backlight") // {output = "eDP-1";})];
|
|
||||||
wluma.extraSettings = {
|
wluma.extraSettings = {
|
||||||
output = {
|
output = {
|
||||||
backlight = [
|
backlight = [
|
||||||
|
|
|
||||||
|
|
@ -84,7 +84,6 @@
|
||||||
telegram-desktop
|
telegram-desktop
|
||||||
scrcpy
|
scrcpy
|
||||||
ast-grep
|
ast-grep
|
||||||
gitu
|
|
||||||
dig
|
dig
|
||||||
fend
|
fend
|
||||||
gitoxide
|
gitoxide
|
||||||
|
|
|
||||||
|
|
@ -105,9 +105,7 @@
|
||||||
"drawerEnabled": true,
|
"drawerEnabled": true,
|
||||||
"hidePassive": false,
|
"hidePassive": false,
|
||||||
"id": "Tray",
|
"id": "Tray",
|
||||||
"pinned": [
|
"pinned": ["Fcitx"]
|
||||||
"Fcitx"
|
|
||||||
]
|
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"customFont": "",
|
"customFont": "",
|
||||||
|
|
@ -415,12 +413,7 @@
|
||||||
"autoHideMs": 2000,
|
"autoHideMs": 2000,
|
||||||
"overlayLayer": true,
|
"overlayLayer": true,
|
||||||
"backgroundOpacity": 1,
|
"backgroundOpacity": 1,
|
||||||
"enabledTypes": [
|
"enabledTypes": [0, 1, 2, 3],
|
||||||
0,
|
|
||||||
1,
|
|
||||||
2,
|
|
||||||
3
|
|
||||||
],
|
|
||||||
"monitors": []
|
"monitors": []
|
||||||
},
|
},
|
||||||
"audio": {
|
"audio": {
|
||||||
|
|
|
||||||
|
|
@ -44,7 +44,7 @@
|
||||||
services.printing.enable = true;
|
services.printing.enable = true;
|
||||||
|
|
||||||
environment.systemPackages = with pkgs; [
|
environment.systemPackages = with pkgs; [
|
||||||
radicle-node
|
radicle-desktop
|
||||||
nix-output-monitor
|
nix-output-monitor
|
||||||
wget
|
wget
|
||||||
git
|
git
|
||||||
|
|
@ -59,7 +59,6 @@
|
||||||
localsend
|
localsend
|
||||||
zulip
|
zulip
|
||||||
wechat
|
wechat
|
||||||
nixvim
|
|
||||||
neovide
|
neovide
|
||||||
];
|
];
|
||||||
|
|
||||||
|
|
@ -68,7 +67,7 @@
|
||||||
services.scx = {
|
services.scx = {
|
||||||
enable = true;
|
enable = true;
|
||||||
scheduler = "scx_lavd";
|
scheduler = "scx_lavd";
|
||||||
package = pkgs.scx_git.rustscheds;
|
package = pkgs.scx.rustscheds;
|
||||||
};
|
};
|
||||||
|
|
||||||
boot = {
|
boot = {
|
||||||
|
|
|
||||||
|
|
@ -66,7 +66,6 @@
|
||||||
services.printing.enable = true;
|
services.printing.enable = true;
|
||||||
|
|
||||||
environment.systemPackages = with pkgs; [
|
environment.systemPackages = with pkgs; [
|
||||||
radicle-node
|
|
||||||
radicle-desktop
|
radicle-desktop
|
||||||
nix-output-monitor
|
nix-output-monitor
|
||||||
wget
|
wget
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue