Skip to content

Commit

Permalink
Update configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
Sigmanificient committed Dec 8, 2024
1 parent dfd5096 commit ff1205f
Show file tree
Hide file tree
Showing 5 changed files with 30 additions and 53 deletions.
Binary file modified assets/wallpaper.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
48 changes: 24 additions & 24 deletions flake.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

11 changes: 1 addition & 10 deletions home/picom/picom.conf
Original file line number Diff line number Diff line change
Expand Up @@ -13,13 +13,4 @@ fade-delta = 5
# Opacity #
#################################

opacity-rule = [
"95:class_g = 'jetbrains-idea'",
"95:class_g = 'jetbrains-pycharm'",
"95:class_g = 'jetbrains-webstorm'",
"95:class_g = 'jetbrains-clion'",

"95:class_g = 'discord'",
"95:class_g = 'kitty'",
"95:class_g = 'TelegramDesktop'",
]
opacity-rule = [ "95:class_g = 'kitty'" ]
4 changes: 3 additions & 1 deletion system/_sigmachine.nix
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
{ config, pkgs, ... }: {
{ lib, ... }: {
boot.loader.grub.gfxmodeEfi = lib.mkForce "1920x1200x32";

system = {
copySystemConfiguration = false;
stateVersion = "24.05";
Expand Down
20 changes: 2 additions & 18 deletions system/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
enable = true;
efiSupport = true;
device = "nodev";
gfxmodeEfi = "1920x1080x32";
gfxmodeEfi = "1920x1280x32";
};
};
};
Expand Down Expand Up @@ -88,11 +88,8 @@
enableSSHSupport = true;
};

steam.enable = true;
thunderbird.enable = true;

zsh.enable = true;
noisetorch.enable = true;

nix-ld = {
enable = true;
Expand All @@ -110,7 +107,6 @@

gvfs.enable = true;
tumbler.enable = true;
openssh.enable = true;

pipewire = {
enable = true;
Expand Down Expand Up @@ -146,28 +142,17 @@
};

fonts.packages = with pkgs; [
(nerdfonts.override { fonts = [ "JetBrainsMono" ]; })
dina-font
nerd-fonts.jetbrains-mono
fira-code
fira-code-symbols
liberation_ttf
mplus-outline-fonts.githubRelease
noto-fonts
noto-fonts-cjk-sans
noto-fonts-emoji
proggyfonts
apl386
];

virtualisation = {
docker = {
enable = true;
package = pkgs.docker;
};

libvirtd.enable = true;
};

documentation.dev.enable = true;
environment = {
etc.issue.text = (builtins.readFile ./issuerc);
Expand All @@ -188,7 +173,6 @@
playerctl

git
htop
tree
vim
wget
Expand Down

0 comments on commit ff1205f

Please sign in to comment.