Refactor GUI apps config

This commit is contained in:
Lauren Lagarde 2025-08-21 23:06:51 -05:00
parent 2de34867ef
commit f2204b3489
3 changed files with 11 additions and 40 deletions

View file

@ -56,8 +56,13 @@
nemo-with-extensions
# Other Apps
wine
gthumb
qtpass
ledger
librecad
libreoffice
sound-juicer
virt-manager
sublime-merge
openscad-unstable
@ -65,6 +70,12 @@
home.file = {
".config/IJHack/QtPass.conf".source = ./assets/QtPass.conf;
".local/share/OpenSCAD/libraries/BOSL2" = {
source = builtins.fetchGit {
url = "https://github.com/BelfrySCAD/BOSL2";
rev = "7821a5143c7ab488ff3ff73d0cd0c4b508fb5796";
};
};
};
# picom --vsync --experimental-backend

View file

@ -13,12 +13,6 @@
'';
home.file = {
".local/share/OpenSCAD/libraries/BOSL2" = {
source = builtins.fetchGit {
url = "https://github.com/BelfrySCAD/BOSL2";
rev = "7821a5143c7ab488ff3ff73d0cd0c4b508fb5796";
};
};
"latitude/tv" = {
executable = true;
text = ''
@ -59,17 +53,4 @@
'';
};
};
home.packages = with pkgs; [
# Dotspace
gthumb
qtpass
ledger
sound-juicer
#pkgs-unstable.yt-dlp
#pkgs-unstable.openscad-unstable
# ll-latitude-e5591
wine
];
}

View file

@ -1,23 +1,2 @@
{ pkgs, ... }: {
home.file = {
".local/share/OpenSCAD/libraries/BOSL2" = {
source = builtins.fetchGit {
url = "https://github.com/BelfrySCAD/BOSL2";
rev = "7821a5143c7ab488ff3ff73d0cd0c4b508fb5796";
};
};
};
home.packages = with pkgs; [
# Dotspace
gthumb
qtpass
ledger
sound-juicer
#pkgs-unstable.yt-dlp
#pkgs-unstable.openscad-unstable
# ll-latitude-e5591
wine
];
}