sync w/ sarien
This commit is contained in:
@ -10,6 +10,7 @@
|
|||||||
clean.extraArgs = "--keep-since 7d --keep 3";
|
clean.extraArgs = "--keep-since 7d --keep 3";
|
||||||
flake = "/home/user/.config/nixos";
|
flake = "/home/user/.config/nixos";
|
||||||
};
|
};
|
||||||
|
programs.fish.enable = true;
|
||||||
environment.systemPackages = with pkgs; [
|
environment.systemPackages = with pkgs; [
|
||||||
helix
|
helix
|
||||||
nushell
|
nushell
|
||||||
|
@ -12,14 +12,18 @@
|
|||||||
];
|
];
|
||||||
stylix = {
|
stylix = {
|
||||||
enable = true;
|
enable = true;
|
||||||
base16Scheme = "${pkgs.base16-schemes}/share/themes/helios.yaml";
|
base16Scheme = "${pkgs.base16-schemes}/share/themes/onedark.yaml";
|
||||||
polarity = "dark";
|
polarity = "dark";
|
||||||
cursor = {
|
cursor = {
|
||||||
package = pkgs.google-cursor;
|
package = pkgs.google-cursor;
|
||||||
name = "GoogleDot-Blue";
|
name = "GoogleDot-Blue";
|
||||||
size = 24;
|
size = 24;
|
||||||
};
|
};
|
||||||
image = ../../wallpapers/wallhaven-zylmoo.jpg;
|
image = builtins.fetchurl {
|
||||||
|
url = "https://w.wallhaven.cc/full/57/wallhaven-573e81.png";
|
||||||
|
name = "wallhaven-573e81";
|
||||||
|
sha256 = "1ygsmmzk6icnvkr18s2r3mqh2kmigwb1424chji730cjhm8zc3cx";
|
||||||
|
}; # ../../wallpapers/wallhaven-jxmo1y.jpg;
|
||||||
opacity.terminal = 0.9;
|
opacity.terminal = 0.9;
|
||||||
fonts = {
|
fonts = {
|
||||||
sizes = {
|
sizes = {
|
||||||
|
@ -4,7 +4,7 @@
|
|||||||
user = {
|
user = {
|
||||||
isNormalUser = true;
|
isNormalUser = true;
|
||||||
extraGroups = ["wheel" "video" "libvirtd" "dialout"];
|
extraGroups = ["wheel" "video" "libvirtd" "dialout"];
|
||||||
shell = pkgs.nushell;
|
shell = pkgs.fish;
|
||||||
};
|
};
|
||||||
# work = {
|
# work = {
|
||||||
# isNormalUser = true;
|
# isNormalUser = true;
|
||||||
|
@ -1,6 +1,7 @@
|
|||||||
{pkgs, ...}: {
|
{pkgs, ...}: {
|
||||||
shell = {
|
shell = {
|
||||||
nushell.enable = true;
|
fish.enable = true;
|
||||||
|
nushell.enable = false;
|
||||||
oh-my-posh.enable = true;
|
oh-my-posh.enable = true;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
@ -1111,7 +1111,7 @@ in {
|
|||||||
settings = {
|
settings = {
|
||||||
drun-launch = true;
|
drun-launch = true;
|
||||||
anchor = "bottom";
|
anchor = "bottom";
|
||||||
width = 1920 - 12;
|
width = "99%";
|
||||||
height = 40;
|
height = 40;
|
||||||
padding-right = 6;
|
padding-right = 6;
|
||||||
padding-left = 6;
|
padding-left = 6;
|
||||||
|
Reference in New Issue
Block a user