chore: rm stylix

This commit is contained in:
Mohammad Rafiq 2025-03-05 06:22:57 +08:00
parent e6214925fc
commit 6615bd99ba
3 changed files with 1 additions and 446 deletions

View file

@ -15,23 +15,18 @@
networking.hostName = "nemesis"; # Define your hostname.
# Define a user account. Don't forget to set a password with passwd.
users.users.rafiq = {
isNormalUser = true;
description = "rafiq";
extraGroups = ["networkmanager" "wheel"];
};
# Allow unfree packages
nixpkgs.config.allowUnfree = true;
environment.systemPackages = with pkgs; [
git
];
stylix.enable = true;
stylix.base16Scheme = "${pkgs.base16-schemes}/share/themes/catppuccin-mocha.yaml";
# This value determines the NixOS release from which the default
# settings for stateful data, like file locations and database versions
# on your system were taken. Its perfectly fine and recommended to leave