mirror of
https://gitlab.com/ahoneybun/nix-configs.git
synced 2025-05-12 19:24:03 -06:00
Update pinephone.nix
This commit is contained in:
parent
0454e7b60f
commit
c2262b1e05
1 changed files with 21 additions and 7 deletions
|
@ -58,16 +58,30 @@
|
|||
"wheel"
|
||||
];
|
||||
|
||||
packages = with pkgs; [
|
||||
gnome.gnome-clocks
|
||||
grim
|
||||
portfolio-filemanager
|
||||
];
|
||||
};
|
||||
# GUI
|
||||
packages = with pkgs; [
|
||||
deja-dup
|
||||
foliate
|
||||
headlines
|
||||
gnome.gnome-clocks
|
||||
gnome.gnome-calculator
|
||||
gnome-feeds
|
||||
gnome-photos
|
||||
gnome-podcasts
|
||||
lollypop
|
||||
marker
|
||||
portfolio-filemanager
|
||||
spot
|
||||
tootle
|
||||
|
||||
# CLI
|
||||
grim
|
||||
|
||||
];
|
||||
};
|
||||
|
||||
time.timeZone = "America/Denver";
|
||||
|
||||
|
||||
# This value determines the NixOS release from which the default
|
||||
# settings for stateful data, like file locations and database versions
|
||||
# on your system were taken. It‘s perfectly fine and recommended to leave
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue