Add flatpak, rmeove some TODOs

This commit is contained in:
Daniel Flanagan 2023-08-10 20:25:07 -05:00
parent e745ff6677
commit 9391476521

View file

@ -5,6 +5,7 @@
{ pkgs, nixpkgs, ... }: { pkgs, nixpkgs, ... }:
let let
# this is unused because it's referenced by my sway config
dbus-sway-environment = pkgs.writeTextFile { dbus-sway-environment = pkgs.writeTextFile {
name = "dbus-sway-environment"; name = "dbus-sway-environment";
destination = "/bin/dbus-sway-environment"; destination = "/bin/dbus-sway-environment";
@ -17,10 +18,7 @@ let
''; '';
}; };
# TODO: hibernation? # this is unused because it's referenced by my sway config
# TODO: fonts? right now, I'm just installing to ~/.local/share/fonts
configure-gtk = pkgs.writeTextFile { configure-gtk = pkgs.writeTextFile {
name = "configure-gtk"; name = "configure-gtk";
destination = "/bin/configure-gtk"; destination = "/bin/configure-gtk";
@ -44,6 +42,12 @@ in
./thinker-hardware.nix ./thinker-hardware.nix
]; ];
# TODO: hibernation? I've been using [deep] in /sys/power/mem_sleep alright
# with this machine so it may not be necessary?
# need to measure percentage lost per day, but I think it's around 10%/day
# TODO: fonts? right now, I'm just installing to ~/.local/share/fonts
nix.settings.experimental-features = [ "nix-command" "flakes" ]; nix.settings.experimental-features = [ "nix-command" "flakes" ];
# Use the systemd-boot EFI boot loader. # Use the systemd-boot EFI boot loader.
@ -149,9 +153,6 @@ in
# List packages installed in system profile. To search, run: # List packages installed in system profile. To search, run:
# $ nix search wget # $ nix search wget
# TODO: my font?
# TODO: wayland screensharing
# TODO: wireplumber?
environment.systemPackages = with pkgs; [ environment.systemPackages = with pkgs; [
age age
bat bat