cleanup and fixes

This commit is contained in:
foglar 2025-02-04 20:06:10 +01:00
parent bbaa9686c9
commit 9dfbdd6ba3
5 changed files with 7 additions and 4 deletions

View File

@ -35,9 +35,9 @@
- [ ] add grub bootloader to configuration (and theme) - [ ] add grub bootloader to configuration (and theme)
- [ ] distinguish between profiles and decide which version of nixpkgs it should use (my notebook unstable, server stable ...) - [ ] distinguish between profiles and decide which version of nixpkgs it should use (my notebook unstable, server stable ...)
- [ ] add notification management for bluetooth etc... - [ ] add notification management for bluetooth etc...
- [ ] add battery notification - [x] add battery notification
- [ ] add syncthing configuration - [ ] add syncthing configuration
- [ ] qutebrowser configuration - [x] qutebrowser configuration
- [ ] script dir set environment variable - [ ] script dir set environment variable
- [ ] update my home page and create new web - [ ] update my home page and create new web

View File

@ -15,7 +15,6 @@
]; ];
nix.settings.experimental-features = ["nix-command" "flakes"]; nix.settings.experimental-features = ["nix-command" "flakes"];
# Home manager # Home manager
home-manager = { home-manager = {
extraSpecialArgs = {inherit inputs system pkgs pkgs-stable userSettings;}; extraSpecialArgs = {inherit inputs system pkgs pkgs-stable userSettings;};
@ -88,6 +87,7 @@
environment.systemPackages = [ environment.systemPackages = [
inputs.install-script.packages.${system}.default inputs.install-script.packages.${system}.default
inputs.shinya-nvf.packages.${system}.nvf inputs.shinya-nvf.packages.${system}.nvf
pkgs.gcc
]; ];
#services.twingate.enable = true; #services.twingate.enable = true;

View File

@ -27,6 +27,7 @@
mpv mpv
openrocket openrocket
spotube spotube
harmony-music
inkscape inkscape
gnome-disk-utility gnome-disk-utility
qbittorrent qbittorrent

View File

@ -22,6 +22,7 @@
git-ignore git-ignore
lazygit lazygit
ghostty ghostty
cargo
] ]
); );

View File

@ -47,7 +47,8 @@
enable = true; enable = true;
settings = { settings = {
fit-to-screen = false; fit-to-screen = false;
control-center-height = 200; control-center-height = 500;
control-center-width = 250;
}; };
}; };