Updates
This commit is contained in:
parent
aa6aa2558d
commit
57a5cbde6e
3 changed files with 3 additions and 3 deletions
|
@ -1,4 +1,4 @@
|
|||
{ theme, ... }: {
|
||||
{ ... }: {
|
||||
wayland.windowManager.hyprland = {
|
||||
enable = true;
|
||||
settings = {
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
{ inputs, ... }: {
|
||||
imports = [ ../../common/waybar/scripts.nix ];
|
||||
imports = [ ../assets/waybar/scripts.nix ];
|
||||
|
||||
programs.waybar = {
|
||||
enable = true;
|
||||
|
|
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue