This commit is contained in:
Schrottkatze 2022-10-16 22:05:04 +02:00
parent f892ed2543
commit d7e3ec9cb0
4 changed files with 16 additions and 13 deletions

View file

@ -92,7 +92,7 @@ with builtins;
boot.plymouth = { boot.plymouth = {
enable = true; enable = true;
theme = "glow"; #theme = "glow";
}; };
hardware.opengl.enable = true; hardware.opengl.enable = true;
@ -136,7 +136,7 @@ with builtins;
# spotify-tui jetbrains.webstorm jetbrains.datagrip jetbrains.idea-ultimate jetbrains.pycharm-professional python3Full jetbrains.clion # spotify-tui jetbrains.webstorm jetbrains.datagrip jetbrains.idea-ultimate jetbrains.pycharm-professional python3Full jetbrains.clion
wget git neofetch pciutils pavucontrol font-manager zip unzip gnutar iw wget git neofetch pciutils pavucontrol font-manager zip unzip gnutar iw
btop xdotool xorg.xwininfo nodejs gparted networkmanagerapplet mailspring btop xdotool xorg.xwininfo nodejs gparted networkmanagerapplet mailspring
betterdiscordctl pulseaudioFull speedtest-cli librewolf polymc jdk8 jdk11 betterdiscordctl pulseaudioFull speedtest-cli librewolf jdk8 jdk11
jdk vlc xfce.thunar xfce.tumbler xfce.thunar-archive-plugin jdk vlc xfce.thunar xfce.tumbler xfce.thunar-archive-plugin
gnome.file-roller uhk-agent spotify spotify-tray cool-retro-term lutris gnome.file-roller uhk-agent spotify spotify-tray cool-retro-term lutris
libsecret gh xorg.xhost helvum xdg-desktop-portal-gtk nheko obsidian libsecret gh xorg.xhost helvum xdg-desktop-portal-gtk nheko obsidian
@ -145,7 +145,8 @@ with builtins;
inkscape-with-extensions blender virglrenderer ddccontrol-db glab inkscape-with-extensions blender virglrenderer ddccontrol-db glab
firebird-emu obs-studio kdenlive openal firebird-emu obs-studio kdenlive openal
mullvad mullvad-vpn mullvad mullvad-vpn
sl lolcat sl lolcat ifuse
cava
]; ];
environment.pathsToLink = [ environment.pathsToLink = [

View file

@ -8,11 +8,11 @@
"utils": "utils" "utils": "utils"
}, },
"locked": { "locked": {
"lastModified": 1665226338, "lastModified": 1665271265,
"narHash": "sha256-P+A9MEClkeZSaS4zZvrpfVfUUqU5mmdZgEz/FGDSgno=", "narHash": "sha256-4Nn0T5YoR3bBLFnPy6Tkc8zzmzMTBjSGZq05c5hKhEI=",
"owner": "nix-community", "owner": "nix-community",
"repo": "home-manager", "repo": "home-manager",
"rev": "3b5a8d3dc79e05213d3c428a0b8777e21cb0c6b8", "rev": "e1f1160284198a68ea8c7fffbbb1436f99e46ef9",
"type": "github" "type": "github"
}, },
"original": { "original": {
@ -24,9 +24,9 @@
"mac-brcm-fw": { "mac-brcm-fw": {
"flake": false, "flake": false,
"locked": { "locked": {
"lastModified": 1, "lastModified": 1664744853,
"narHash": "sha256-ewzM8IBKNFCx73ah5rflcdx605ukRF3oTWwih2CTsvs=", "narHash": "sha256-i5EFVTIDHQCtFg/OFLmjOzbJqhpwy4MjwBmFUnq0DjI=",
"path": "./mac-brcm-fw", "path": "/home/jade/mac-brcm-fw",
"type": "path" "type": "path"
}, },
"original": { "original": {
@ -51,11 +51,11 @@
}, },
"nixpkgs": { "nixpkgs": {
"locked": { "locked": {
"lastModified": 1665197809, "lastModified": 1665293210,
"narHash": "sha256-dRUzv/zNYV2EYtnxFG31pPBk0nErT+MBTu6ZJHm1o2A=", "narHash": "sha256-qQTfWlvaEfyuIpnD9dU5f2B/YoZbmSq+T5B7ryOgciM=",
"owner": "NixOS", "owner": "NixOS",
"repo": "nixpkgs", "repo": "nixpkgs",
"rev": "7b06206fa24198912cea58de690aa4943f238fbf", "rev": "ce1a1bdb98547274597258330b46c86b71e87e5b",
"type": "github" "type": "github"
}, },
"original": { "original": {

View file

@ -330,7 +330,7 @@ in with lib; {
"module/battery" = { "module/battery" = {
type = "internal/battery"; type = "internal/battery";
poll-interval = 5; poll-interval = 1;
full-at = 96; full-at = 96;
battery = "BAT0"; battery = "BAT0";
adapter = "ADP1"; adapter = "ADP1";

View file

@ -165,6 +165,8 @@ in with lib; {
set cindent set cindent
set tabstop=4 set tabstop=4
set shiftwidth=4 set shiftwidth=4
set foldmethod=syntax
''; '';
}; };
}; };