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