mirror of
https://github.com/JaxTheWolf/nixos.git
synced 2026-04-01 02:00:22 +02:00
Formatter: Switch to alejandra
I like its style better
This commit is contained in:
@@ -1,7 +1,4 @@
|
||||
{
|
||||
...
|
||||
}:
|
||||
|
||||
{ ... }:
|
||||
{
|
||||
nix.settings = {
|
||||
substituters = [
|
||||
|
||||
@@ -1,7 +1,4 @@
|
||||
{
|
||||
...
|
||||
}:
|
||||
|
||||
{ ... }:
|
||||
{
|
||||
imports = [
|
||||
./attic.nix
|
||||
|
||||
@@ -4,7 +4,6 @@
|
||||
lib,
|
||||
...
|
||||
}:
|
||||
|
||||
{
|
||||
services.flatpak = {
|
||||
enable = true;
|
||||
|
||||
@@ -4,7 +4,6 @@
|
||||
lib,
|
||||
...
|
||||
}:
|
||||
|
||||
{
|
||||
environment = {
|
||||
gnome.excludePackages = with pkgs; [
|
||||
@@ -27,17 +26,17 @@
|
||||
systemPackages = with pkgs.gnomeExtensions; [
|
||||
alphabetical-app-grid
|
||||
appindicator
|
||||
blur-my-shell
|
||||
bluetooth-quick-connect
|
||||
caffeine
|
||||
blur-my-shell
|
||||
bubblemail
|
||||
caffeine
|
||||
color-picker
|
||||
dash-to-dock
|
||||
middle-click-to-close-in-overview
|
||||
solaar-extension
|
||||
undecorate
|
||||
user-themes
|
||||
window-is-ready-remover
|
||||
solaar-extension
|
||||
];
|
||||
};
|
||||
|
||||
|
||||
@@ -1,8 +1,4 @@
|
||||
{
|
||||
lib,
|
||||
...
|
||||
}:
|
||||
|
||||
{ lib, ... }:
|
||||
{
|
||||
dconf.settings = {
|
||||
"org/virt-manager/virt-manager/connections" = {
|
||||
|
||||
@@ -1,7 +1,4 @@
|
||||
{
|
||||
...
|
||||
}:
|
||||
|
||||
{ ... }:
|
||||
{
|
||||
imports = [
|
||||
./apps.nix
|
||||
|
||||
@@ -1,8 +1,4 @@
|
||||
{
|
||||
lib,
|
||||
...
|
||||
}:
|
||||
|
||||
{ lib, ... }:
|
||||
{
|
||||
dconf.settings = {
|
||||
"org/gnome/shell/extensions/user-theme" = {
|
||||
@@ -71,31 +67,31 @@
|
||||
pipelines = lib.hm.gvariant.mkValue ''
|
||||
{
|
||||
'pipeline_default': {
|
||||
'name': <'Default'>,
|
||||
'name': <'Default'>,
|
||||
'effects': <[
|
||||
{
|
||||
'type': <'native_static_gaussian_blur'>,
|
||||
'id': <'effect_27049338116840'>,
|
||||
'type': <'native_static_gaussian_blur'>,
|
||||
'id': <'effect_27049338116840'>,
|
||||
'params': <@a{sv} {}>
|
||||
},
|
||||
},
|
||||
{
|
||||
'type': <'noise'>,
|
||||
'id': <'effect_90950561821691'>,
|
||||
'type': <'noise'>,
|
||||
'id': <'effect_90950561821691'>,
|
||||
'params': <{'lightness': <0.64>, 'noise': <0.25>}>
|
||||
}
|
||||
]>
|
||||
},
|
||||
},
|
||||
'pipeline_default_rounded': {
|
||||
'name': <'Default rounded'>,
|
||||
'name': <'Default rounded'>,
|
||||
'effects': <[
|
||||
{
|
||||
'type': <'native_static_gaussian_blur'>,
|
||||
'id': <'effect_000000000001'>,
|
||||
'type': <'native_static_gaussian_blur'>,
|
||||
'id': <'effect_000000000001'>,
|
||||
'params': <{'radius': <30>, 'brightness': <0.6>}>
|
||||
},
|
||||
},
|
||||
{
|
||||
'type': <'corner'>,
|
||||
'id': <'effect_000000000002'>,
|
||||
'type': <'corner'>,
|
||||
'id': <'effect_000000000002'>,
|
||||
'params': <{'radius': <24>}>
|
||||
}
|
||||
]>
|
||||
@@ -156,7 +152,7 @@
|
||||
sigma = 30;
|
||||
};
|
||||
|
||||
"org/gnome/shell/ectensions/bubblemail" = {
|
||||
"org/gnome/shell/extensions/bubblemail" = {
|
||||
newest-first = true;
|
||||
};
|
||||
};
|
||||
|
||||
@@ -1,8 +1,4 @@
|
||||
{
|
||||
lib,
|
||||
...
|
||||
}:
|
||||
|
||||
{ lib, ... }:
|
||||
{
|
||||
dconf.settings = {
|
||||
"org/gnome/desktop/interface" = {
|
||||
|
||||
@@ -1,7 +1,4 @@
|
||||
{
|
||||
...
|
||||
}:
|
||||
|
||||
{ ... }:
|
||||
{
|
||||
imports = [
|
||||
./dconf
|
||||
|
||||
@@ -3,7 +3,6 @@
|
||||
pkgs,
|
||||
...
|
||||
}:
|
||||
|
||||
{
|
||||
xdg.dataFile."applications/clion.desktop".text = ''
|
||||
[Desktop Entry]
|
||||
|
||||
@@ -1,8 +1,4 @@
|
||||
{
|
||||
lib,
|
||||
...
|
||||
}:
|
||||
|
||||
{ lib, ... }:
|
||||
{
|
||||
programs.starship = {
|
||||
enable = true;
|
||||
|
||||
@@ -1,8 +1,4 @@
|
||||
{
|
||||
config,
|
||||
...
|
||||
}:
|
||||
|
||||
{ config, ... }:
|
||||
{
|
||||
programs.zsh = {
|
||||
enable = true;
|
||||
|
||||
@@ -7,7 +7,6 @@
|
||||
fet,
|
||||
...
|
||||
}:
|
||||
|
||||
{
|
||||
nixpkgs = {
|
||||
config = {
|
||||
@@ -23,10 +22,10 @@
|
||||
buildInputs =
|
||||
nprev.buildInputs
|
||||
++ (with pkgs.gst_all_1; [
|
||||
gst-plugins-good
|
||||
gst-plugins-bad
|
||||
gst-plugins-ugly
|
||||
gst-plugins-base
|
||||
gst-plugins-good
|
||||
gst-plugins-ugly
|
||||
]);
|
||||
});
|
||||
})
|
||||
@@ -35,6 +34,7 @@
|
||||
|
||||
environment.systemPackages = with pkgs; [
|
||||
abootimg
|
||||
alejandra
|
||||
android-tools
|
||||
anki
|
||||
appstream
|
||||
@@ -50,8 +50,8 @@
|
||||
btrfs-progs
|
||||
bubblemail
|
||||
bzip2
|
||||
cisco-packet-tracer_9
|
||||
curl
|
||||
fet.packages.${pkgs.stdenv.hostPlatform.system}.default
|
||||
ddcutil
|
||||
discord
|
||||
distrobox
|
||||
@@ -59,6 +59,7 @@
|
||||
docker-compose
|
||||
element-desktop
|
||||
eza
|
||||
fet.packages.${pkgs.stdenv.hostPlatform.system}.default
|
||||
ffmpeg-full
|
||||
ffmpegthumbnailer
|
||||
file
|
||||
@@ -101,6 +102,7 @@
|
||||
libsForQt5.qtstyleplugins
|
||||
linux-firmware
|
||||
lm_sensors
|
||||
logitech-udev-rules
|
||||
lrzip
|
||||
lsof
|
||||
lz4
|
||||
@@ -119,7 +121,6 @@
|
||||
ntfs3g
|
||||
nufraw-thumbnailer
|
||||
obsidian
|
||||
cisco-packet-tracer_9
|
||||
papirus-icon-theme
|
||||
pbzip2
|
||||
pciutils
|
||||
@@ -130,12 +131,11 @@
|
||||
protonup-qt
|
||||
rquickshare
|
||||
saber
|
||||
solaar
|
||||
logitech-udev-rules
|
||||
scrcpy
|
||||
screen
|
||||
seafile-client
|
||||
smartmontools
|
||||
solaar
|
||||
sushi
|
||||
telegram-desktop
|
||||
testdisk
|
||||
@@ -144,6 +144,7 @@
|
||||
tldr
|
||||
trash-cli
|
||||
tree
|
||||
tumbler
|
||||
unrar
|
||||
unzip
|
||||
usbutils
|
||||
@@ -165,15 +166,14 @@
|
||||
which
|
||||
wineWow64Packages.waylandFull
|
||||
wireshark
|
||||
tumbler
|
||||
xz
|
||||
yt-dlp
|
||||
zip
|
||||
zram-generator
|
||||
zstd
|
||||
zulu
|
||||
zulu8
|
||||
zulu17
|
||||
zulu8
|
||||
];
|
||||
|
||||
fonts = {
|
||||
|
||||
@@ -4,7 +4,6 @@
|
||||
lib,
|
||||
...
|
||||
}:
|
||||
|
||||
{
|
||||
programs = {
|
||||
dconf.profiles.gdm.databases = [
|
||||
@@ -43,7 +42,6 @@
|
||||
enable = true;
|
||||
};
|
||||
|
||||
bat.enable = true;
|
||||
zsh.enable = true;
|
||||
gamemode.enable = true;
|
||||
|
||||
|
||||
@@ -4,7 +4,6 @@
|
||||
lib,
|
||||
...
|
||||
}:
|
||||
|
||||
{
|
||||
services = {
|
||||
sshd.enable = true;
|
||||
@@ -69,7 +68,7 @@
|
||||
|
||||
btrfs = {
|
||||
autoScrub = {
|
||||
enable = (lib.any (fs: fs.fsType == "btrfs") (lib.attrValues config.fileSystems));
|
||||
enable = lib.any (fs: fs.fsType == "btrfs") (lib.attrValues config.fileSystems);
|
||||
interval = "monthly";
|
||||
};
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user