updated flake.lock

This commit is contained in:
Gerg-L 2023-02-22 18:28:53 -05:00
parent 628cfac23e
commit 99e7bf43e3
3 changed files with 28 additions and 33 deletions

View file

@ -1,16 +1,16 @@
_: {pkgs, ...}: {
environment = {
systemPackages = with pkgs; [
flat-remix-gtk
flat-remix-icon-theme
quintom-cursor-theme
systemPackages = [
pkgs.flat-remix-gtk
pkgs.flat-remix-icon-theme
pkgs.quintom-cursor-theme
];
etc = {
"xdg/gtk-4.0/settings.ini".text = ''
[Settings]
gtk-cursor-theme-name=Quintom_Ink
gtk-cursor-theme-size=16
gtk-font-name=Overpass 10
gtk-font-name = "Overpass Nerd Font 10"
gtk-icon-theme-name=Flat-Remix-Blue-Dark
gtk-theme-name=Flat-Remix-GTK-Blue-Darkest
'';
@ -18,14 +18,14 @@ _: {pkgs, ...}: {
[Settings]
gtk-cursor-theme-name=Quintom_Ink
gtk-cursor-theme-size=16
gtk-font-name=Overpass 10
gtk-font-name = "Overpass Nerd Font 10"
gtk-icon-theme-name=Flat-Remix-Blue-Dark
gtk-theme-name=Flat-Remix-GTK-Blue-Darkest
'';
"xdg/gtk-2.0/gtkrc".text = ''
gtk-cursor-theme-name = "Quintom_Ink"
gtk-cursor-theme-size = 16
gtk-font-name = "Overpass 10"
gtk-font-name = "Overpass Nerd Font 10"
gtk-icon-theme-name = "Flat-Remix-Blue-Dark"
gtk-theme-name = "Flat-Remix-GTK-Blue-Darkest"
'';