artemis update
Some checks failed
/ ci (push) Has been cancelled

This commit is contained in:
Callum Leslie 2024-12-29 18:01:23 +00:00
parent c51660e3f0
commit 37b26d1f17
Signed by: cleslie
GPG key ID: D382C4AFEECEAA90
12 changed files with 270 additions and 234 deletions

View file

@ -29,7 +29,8 @@
environment.systemPackages = with pkgs; [
vim
gnome.adwaita-icon-theme
adwaita-icon-theme
apple-cursor
wget
pinentry
fzf

View file

@ -27,7 +27,7 @@
settings = {General = {Enable = "Source,Sink,Media,Socket";};};
};
opengl = {
graphics = {
# hardware.graphics on unstable
enable = true;
extraPackages = with pkgs; [

View file

@ -10,9 +10,10 @@
{
stylix.targets = {
fish.enable = false;
tmux.enable = false;
};
}
inputs.self.homeManagerModules.trayscale
#inputs.self.homeManagerModules.trayscale
];
users.c = import ../../home/c;
extraSpecialArgs = {inherit inputs cLib;};

View file

@ -11,19 +11,19 @@
enable = true;
settings = {
background = {
path = pkgs.fetchurl {
url = "https://i.redd.it/jd1nuwsl0d121.jpg";
sha256 = "sha256-ff3ajGVsay2dtHiHmO2MYlqCvexUQjGifMs/ofzuyvI=";
};
# path = pkgs.fetchurl {
# url = "https://i.redd.it/jd1nuwsl0d121.jpg";
# sha256 = "sha256-ff3ajGVsay2dtHiHmO2MYlqCvexUQjGifMs/ofzuyvI=";
# };
fit = "Contain";
};
GTK = {
application_prefer_dark_theme = true;
cursor_theme_name = "Adwaita";
font_name = "Cantarell 16";
icon_theme_name = "Adwaita";
theme_name = "Adwaita";
};
# GTK = {
# application_prefer_dark_theme = true;
# cursor_theme_name = "Adwaita";
# font_name = "Cantarell 16";
# icon_theme_name = "Adwaita";
# theme_name = "Adwaita";
# };
};
cageArgs = ["-s" "-m" "last"];
};

View file

@ -12,11 +12,9 @@
base16Scheme = "${pkgs.base16-schemes}/share/themes/onedark.yaml";
cursor = {
# package = pkgs.bibata-cursors;
# name = "Bibata-Modern-Ice";
package = pkgs.apple-cursor;
name = "macOS-Monterey";
size = 8;
name = "macOS";
size = 16;
};
fonts = {

View file

@ -35,7 +35,7 @@ in {
# vaapiIntel = pkgs.vaapiIntel.override {enableHybridCodec = true;};
# };
hardware.opengl = {
hardware.graphics = {
enable = true;
extraPackages = with pkgs; [
intel-media-driver