mirror of
https://codeberg.org/tmayoff/.dotfiles.git
synced 2025-12-06 08:48:34 -05:00
omg it's working again
This commit is contained in:
parent
bca8eb1549
commit
9be3738726
6 changed files with 25 additions and 18 deletions
|
|
@ -3,9 +3,9 @@
|
|||
enable = true;
|
||||
|
||||
package =
|
||||
if pkgs.stdenv.isDarwin
|
||||
then pkgs.unstable.ghostty-bin
|
||||
else pkgs.unstable.ghostty;
|
||||
# if pkgs.stdenv.isDarwin
|
||||
# then pkgs.unstable.ghostty-bin
|
||||
pkgs.unstable.ghostty;
|
||||
|
||||
settings = {
|
||||
theme = "light:Rose Pine Dawn,dark:Rose Pine";
|
||||
|
|
|
|||
|
|
@ -10,6 +10,7 @@
|
|||
services.xserver.displayManager.gdm.enable = true;
|
||||
niri-flake.cache.enable = true;
|
||||
programs.niri.enable = true;
|
||||
services.upower.enable = true;
|
||||
|
||||
environment.systemPackages = with pkgs; [
|
||||
nautilus
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue