This commit is contained in:
iFargle 2024-01-05 16:13:22 +09:00
parent aa6aa2558d
commit 57a5cbde6e
3 changed files with 3 additions and 3 deletions

View file

@ -1,4 +1,4 @@
{ theme, ... }: {
{ ... }: {
wayland.windowManager.hyprland = {
enable = true;
settings = {

View file

@ -1,5 +1,5 @@
{ inputs, ... }: {
imports = [ ../../common/waybar/scripts.nix ];
imports = [ ../assets/waybar/scripts.nix ];
programs.waybar = {
enable = true;

View file

@ -1,6 +1,6 @@
{ inputs, config, pkgs, theme, ... }: {
home.file.".mozilla/firefox/nix-user-profile/chrome/firefox-gnome-theme".source = inputs.firefox-gnome-theme;
# home.file.".mozilla/firefox/nix-user-profile/chrome/firefox-gnome-theme".source = inputs.firefox-gnome-theme;
programs.firefox = {
enable = true;