Compare commits
4 commits
fafa2c6a11
...
b825d0dda3
Author | SHA1 | Date | |
---|---|---|---|
b825d0dda3 | |||
fe0b28873b | |||
e62ea973cb | |||
0cf2791432 |
4 changed files with 23 additions and 6 deletions
|
@ -12,6 +12,7 @@
|
||||||
];
|
];
|
||||||
|
|
||||||
services.tlp.enable = true;
|
services.tlp.enable = true;
|
||||||
|
powerManagement.powertop.enable = true;
|
||||||
systemd.tmpfiles.rules = [
|
systemd.tmpfiles.rules = [
|
||||||
"w /sys/class/drm/card0/device/power_dpm_force_performance_level - - - - low"
|
"w /sys/class/drm/card0/device/power_dpm_force_performance_level - - - - low"
|
||||||
];
|
];
|
||||||
|
|
|
@ -16,6 +16,7 @@ in {
|
||||||
ncdu
|
ncdu
|
||||||
openssl
|
openssl
|
||||||
ripgrep
|
ripgrep
|
||||||
|
tcpdump
|
||||||
tmux
|
tmux
|
||||||
z-lua
|
z-lua
|
||||||
unstable.starship
|
unstable.starship
|
||||||
|
|
|
@ -57,21 +57,28 @@ in {
|
||||||
mesa
|
mesa
|
||||||
|
|
||||||
librsvg
|
librsvg
|
||||||
unstable.mypaint
|
mypaint
|
||||||
unstable.mypaint-brushes
|
mypaint-brushes
|
||||||
|
|
||||||
|
capitaine-cursors
|
||||||
|
elementary-xfce-icon-theme
|
||||||
hicolor-icon-theme
|
hicolor-icon-theme
|
||||||
numix-icon-theme
|
|
||||||
|
|
||||||
alacritty
|
alacritty
|
||||||
|
imv
|
||||||
inkscape
|
inkscape
|
||||||
|
libreoffice
|
||||||
libsecret
|
libsecret
|
||||||
|
lxappearance
|
||||||
|
mumble
|
||||||
mumble
|
mumble
|
||||||
neofetch
|
neofetch
|
||||||
|
pavucontrol
|
||||||
pulseaudio
|
pulseaudio
|
||||||
pulsemixer
|
pulsemixer
|
||||||
unstable.keepassxc
|
unstable.keepassxc
|
||||||
wl-clipboard
|
wl-clipboard
|
||||||
|
xfce.thunar
|
||||||
(
|
(
|
||||||
pkgs.writeTextFile {
|
pkgs.writeTextFile {
|
||||||
name = "startsway";
|
name = "startsway";
|
||||||
|
@ -92,6 +99,11 @@ in {
|
||||||
)
|
)
|
||||||
];
|
];
|
||||||
|
|
||||||
|
services.gvfs = {
|
||||||
|
enable = true;
|
||||||
|
package = lib.mkForce pkgs.gnome3.gvfs;
|
||||||
|
};
|
||||||
|
|
||||||
services.syncthing = {
|
services.syncthing = {
|
||||||
enable = true;
|
enable = true;
|
||||||
openDefaultPorts = true;
|
openDefaultPorts = true;
|
||||||
|
|
|
@ -7,16 +7,19 @@ let
|
||||||
unstable = import <nixos-unstable> {};
|
unstable = import <nixos-unstable> {};
|
||||||
in {
|
in {
|
||||||
environment.systemPackages = with pkgs; [
|
environment.systemPackages = with pkgs; [
|
||||||
emacs
|
|
||||||
go
|
go
|
||||||
python37
|
python37
|
||||||
python37Packages.pyls-black
|
python37Packages.pyls-black
|
||||||
python37Packages.pyls-isort
|
python37Packages.pyls-isort
|
||||||
python37Packages.pyls-mypy
|
python37Packages.pyls-mypy
|
||||||
rustup
|
rustup
|
||||||
sops
|
|
||||||
tig
|
|
||||||
unstable.gopls
|
unstable.gopls
|
||||||
unstable.rust-analyzer
|
unstable.rust-analyzer
|
||||||
|
|
||||||
|
emacs
|
||||||
|
sops
|
||||||
|
tig
|
||||||
|
|
||||||
|
openssl pkg-config nasm cmake zlib gcc binutils-unwrapped
|
||||||
];
|
];
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue