tweaks
This commit is contained in:
parent
5934c4ba6c
commit
9770d8fc75
2 changed files with 27 additions and 20 deletions
|
@ -35,6 +35,7 @@
|
||||||
silver-searcher
|
silver-searcher
|
||||||
xclip
|
xclip
|
||||||
maestral
|
maestral
|
||||||
|
maestral-gui
|
||||||
|
|
||||||
sane-airscan
|
sane-airscan
|
||||||
xsane
|
xsane
|
||||||
|
@ -49,6 +50,7 @@
|
||||||
coreutils
|
coreutils
|
||||||
binutils
|
binutils
|
||||||
libgcc
|
libgcc
|
||||||
|
cmake
|
||||||
raylib
|
raylib
|
||||||
SDL2.dev
|
SDL2.dev
|
||||||
protonplus
|
protonplus
|
||||||
|
@ -99,7 +101,7 @@
|
||||||
|
|
||||||
nixd
|
nixd
|
||||||
|
|
||||||
bottles-unwrapped
|
# bottles-unwrapped
|
||||||
|
|
||||||
fishPlugins.foreign-env
|
fishPlugins.foreign-env
|
||||||
fishPlugins.z
|
fishPlugins.z
|
||||||
|
@ -144,7 +146,7 @@
|
||||||
planify
|
planify
|
||||||
# fuzzel
|
# fuzzel
|
||||||
borgbackup
|
borgbackup
|
||||||
|
|
||||||
wineWowPackages.stagingFull
|
wineWowPackages.stagingFull
|
||||||
wineWowPackages.fonts
|
wineWowPackages.fonts
|
||||||
winetricks
|
winetricks
|
||||||
|
@ -184,6 +186,7 @@
|
||||||
yabridge
|
yabridge
|
||||||
yabridgectl
|
yabridgectl
|
||||||
ansel
|
ansel
|
||||||
|
krita
|
||||||
rawtherapee
|
rawtherapee
|
||||||
inkscape
|
inkscape
|
||||||
gimp
|
gimp
|
||||||
|
@ -203,7 +206,6 @@
|
||||||
amberol
|
amberol
|
||||||
ardour
|
ardour
|
||||||
parinfer-rust-emacs
|
parinfer-rust-emacs
|
||||||
ardour
|
|
||||||
|
|
||||||
# Audio plugins (LV2, VST2, VST3, LADSPA)
|
# Audio plugins (LV2, VST2, VST3, LADSPA)
|
||||||
eq10q
|
eq10q
|
||||||
|
@ -218,7 +220,10 @@
|
||||||
chow-phaser
|
chow-phaser
|
||||||
chow-centaur
|
chow-centaur
|
||||||
chow-tape-model
|
chow-tape-model
|
||||||
|
easyeffects
|
||||||
|
vcv-rack
|
||||||
|
cardinal
|
||||||
|
|
||||||
# Fonts
|
# Fonts
|
||||||
fira-code
|
fira-code
|
||||||
fira
|
fira
|
||||||
|
@ -277,6 +282,7 @@
|
||||||
extraPackages = epkgs: [
|
extraPackages = epkgs: [
|
||||||
epkgs.mu4e
|
epkgs.mu4e
|
||||||
epkgs.vterm
|
epkgs.vterm
|
||||||
|
epkgs.sly
|
||||||
epkgs.sly-quicklisp
|
epkgs.sly-quicklisp
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
|
@ -357,6 +363,9 @@
|
||||||
switch-to-application-8 = ["disabled"];
|
switch-to-application-8 = ["disabled"];
|
||||||
switch-to-application-9 = ["disabled"];
|
switch-to-application-9 = ["disabled"];
|
||||||
switch-to-application-10 = ["disabled"];
|
switch-to-application-10 = ["disabled"];
|
||||||
|
};
|
||||||
|
|
||||||
|
"org/gnome/desktop/wm/keybindings" = {
|
||||||
switch-to-workspace-up = ["disabled"];
|
switch-to-workspace-up = ["disabled"];
|
||||||
switch-to-workspace-down = ["disabled"];
|
switch-to-workspace-down = ["disabled"];
|
||||||
move-to-workspace-up = ["disabled"];
|
move-to-workspace-up = ["disabled"];
|
||||||
|
|
|
@ -33,22 +33,6 @@
|
||||||
ulauncher
|
ulauncher
|
||||||
];
|
];
|
||||||
|
|
||||||
# services.razer-laptop-control = {
|
|
||||||
# enable = true;
|
|
||||||
# };
|
|
||||||
|
|
||||||
#services.upower.enable = true;
|
|
||||||
|
|
||||||
# systemd.user.services."razerdaemon" = {
|
|
||||||
# description = "Razer laptop control daemon";
|
|
||||||
# serviceConfig = {
|
|
||||||
# Type = "simple";
|
|
||||||
# ExecStartPre = "${pkgs.coreutils}/bin/mkdir -p %h/.local/share/razercontrol";
|
|
||||||
# ExecStart = "${pkgs.razer-laptop-control}/libexec/daemon";
|
|
||||||
# };
|
|
||||||
# wantedBy = [ "default.target" ];
|
|
||||||
# };
|
|
||||||
|
|
||||||
# Bootloader.
|
# Bootloader.
|
||||||
boot.loader.systemd-boot.enable = true;
|
boot.loader.systemd-boot.enable = true;
|
||||||
boot.loader.efi.canTouchEfiVariables = true;
|
boot.loader.efi.canTouchEfiVariables = true;
|
||||||
|
@ -61,6 +45,20 @@
|
||||||
|
|
||||||
systemd.services.tailscaled.after = ["NetworkManager-wait-online.service"];
|
systemd.services.tailscaled.after = ["NetworkManager-wait-online.service"];
|
||||||
|
|
||||||
|
nixpkgs.config.packageOverrides = pkgs: {
|
||||||
|
openrazer-daemon = pkgs.openrazer-daemon.overrideDerivation (previous: {
|
||||||
|
name = "openrazer-daemon390";
|
||||||
|
src = pkgs.fetchFromGitHub {
|
||||||
|
owner = "openrazer";
|
||||||
|
repo = "openrazer";
|
||||||
|
hash = "sha256-MLwhqLPWdjg1ZUZP5Sig37RgZEeHlU+DyELpyMif6iY=";
|
||||||
|
rev = "ae5791101e39b91518abb16f26978f2f0eea5e03";
|
||||||
|
};
|
||||||
|
# patches = [""];
|
||||||
|
});
|
||||||
|
};
|
||||||
|
|
||||||
|
|
||||||
hardware = {
|
hardware = {
|
||||||
openrazer = {
|
openrazer = {
|
||||||
enable = true;
|
enable = true;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue