Added some configs
This commit is contained in:
parent
963e2de136
commit
2686c90653
7 changed files with 27 additions and 66 deletions
2
.xinitrc
2
.xinitrc
|
@ -12,7 +12,7 @@ fi
|
||||||
xrdb -merge ~/.Xresources
|
xrdb -merge ~/.Xresources
|
||||||
setxkbmap -option caps:swapescape
|
setxkbmap -option caps:swapescape
|
||||||
|
|
||||||
feh --bg-scale ~/nix/wallpapers/inverted.png
|
feh --bg-scale ~/nix/wallpapers/blue.png
|
||||||
|
|
||||||
dwmblocks &
|
dwmblocks &
|
||||||
dunst &
|
dunst &
|
||||||
|
|
|
@ -12,7 +12,7 @@ fi
|
||||||
xrdb -merge ~/.Xresources
|
xrdb -merge ~/.Xresources
|
||||||
setxkbmap -option caps:swapescape
|
setxkbmap -option caps:swapescape
|
||||||
|
|
||||||
feh --bg-center ~/nix/wallpapers/inverted.png
|
feh --bg-center ~/nix/wallpapers/blue.png
|
||||||
|
|
||||||
dwmblocks &
|
dwmblocks &
|
||||||
dunst &
|
dunst &
|
||||||
|
|
|
@ -22,7 +22,6 @@
|
||||||
nix.nixPath = ["/etc/nix/path"];
|
nix.nixPath = ["/etc/nix/path"];
|
||||||
users.defaultUserShell = pkgs.bash;
|
users.defaultUserShell = pkgs.bash;
|
||||||
documentation.man.generateCaches = false;
|
documentation.man.generateCaches = false;
|
||||||
# systemd.services.NetworkManager-wait-online.enable = lib.mkForce false;
|
|
||||||
programs.fish.enable = true;
|
programs.fish.enable = true;
|
||||||
programs.bash = {
|
programs.bash = {
|
||||||
interactiveShellInit = ''
|
interactiveShellInit = ''
|
||||||
|
@ -76,11 +75,8 @@
|
||||||
fonts.packages = with pkgs; [
|
fonts.packages = with pkgs; [
|
||||||
(nerdfonts.override {
|
(nerdfonts.override {
|
||||||
fonts = [
|
fonts = [
|
||||||
"ComicShannsMono"
|
|
||||||
"SourceCodePro"
|
|
||||||
"Hack"
|
"Hack"
|
||||||
"FiraCode"
|
"FiraCode"
|
||||||
"Iosevka"
|
|
||||||
];
|
];
|
||||||
})
|
})
|
||||||
];
|
];
|
||||||
|
@ -99,8 +95,6 @@
|
||||||
LC_TIME = "sv_SE.UTF-8";
|
LC_TIME = "sv_SE.UTF-8";
|
||||||
};
|
};
|
||||||
|
|
||||||
# boot.loader.systemd-boot.enable = true;
|
|
||||||
# boot.loader.efi.canTouchEfiVariables = true;
|
|
||||||
boot.loader = {
|
boot.loader = {
|
||||||
efi = {
|
efi = {
|
||||||
canTouchEfiVariables = false;
|
canTouchEfiVariables = false;
|
||||||
|
@ -121,15 +115,6 @@
|
||||||
nano
|
nano
|
||||||
git
|
git
|
||||||
openssh
|
openssh
|
||||||
# (
|
|
||||||
# catppuccin-sddm.override {
|
|
||||||
# flavor = "mocha";
|
|
||||||
# font = "ComicShannsMono Nerd Font Bold";
|
|
||||||
# fontSize = "17";
|
|
||||||
# background = "${../wallpapers/inverted.png}";
|
|
||||||
# loginBackground = true;
|
|
||||||
# }
|
|
||||||
# )
|
|
||||||
];
|
];
|
||||||
|
|
||||||
|
|
||||||
|
|
|
@ -15,7 +15,7 @@
|
||||||
../shared/rofi.nix
|
../shared/rofi.nix
|
||||||
../shared/kitty.nix
|
../shared/kitty.nix
|
||||||
../shared/alacritty.nix
|
../shared/alacritty.nix
|
||||||
# ../shared/dunst.nix
|
../shared/ranger.nix
|
||||||
../shared/tmux.nix
|
../shared/tmux.nix
|
||||||
../shared/vim.nix
|
../shared/vim.nix
|
||||||
../shared/fish.nix
|
../shared/fish.nix
|
||||||
|
@ -24,26 +24,16 @@
|
||||||
../shared/firefox.nix
|
../shared/firefox.nix
|
||||||
../shared/zathura.nix
|
../shared/zathura.nix
|
||||||
../shared/lazygit.nix
|
../shared/lazygit.nix
|
||||||
# ../shared/spotifyd.nix
|
|
||||||
../shared/ssh.nix
|
../shared/ssh.nix
|
||||||
../shared/aerc.nix
|
../shared/aerc.nix
|
||||||
../shared/rbw.nix
|
|
||||||
../shared/oh-my-posh.nix
|
../shared/oh-my-posh.nix
|
||||||
../shared/mpv.nix
|
|
||||||
];
|
];
|
||||||
|
|
||||||
nixpkgs = {
|
nixpkgs = {
|
||||||
overlays = [];
|
overlays = [];
|
||||||
config = {
|
config = {
|
||||||
# allowUnfree = false;
|
|
||||||
# allowUnfreePredicate = _: false;
|
|
||||||
allowUnfree = true;
|
allowUnfree = true;
|
||||||
allowUnfreePredicate = _: true;
|
allowUnfreePredicate = _: true;
|
||||||
permittedInsecurePackages = [
|
|
||||||
"electron-25.9.0"
|
|
||||||
"electron-19.1.9"
|
|
||||||
"nix-2.16.2"
|
|
||||||
];
|
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
@ -67,52 +57,46 @@
|
||||||
networkmanager
|
networkmanager
|
||||||
fd
|
fd
|
||||||
bat
|
bat
|
||||||
appimage-run
|
|
||||||
bluez
|
bluez
|
||||||
bluez-tools
|
bluez-tools
|
||||||
betterlockscreen
|
unstable.betterlockscreen
|
||||||
tmux
|
tmux
|
||||||
yt-dlp
|
|
||||||
unstable.fzf
|
unstable.fzf
|
||||||
eza
|
eza
|
||||||
btop
|
btop
|
||||||
|
thttpd
|
||||||
xcolor
|
xcolor
|
||||||
beets
|
|
||||||
openssl
|
openssl
|
||||||
|
dig
|
||||||
|
jq
|
||||||
|
|
||||||
# Dev
|
# Dev
|
||||||
tinygo
|
unstable.deno
|
||||||
unstable.arduino-cli
|
unstable.hugo
|
||||||
conda
|
unstable.logstash
|
||||||
kaggle
|
ngrok
|
||||||
unstable.cargo
|
tailwindcss
|
||||||
unstable.rustc
|
|
||||||
cargo-generate
|
|
||||||
nodejs_22
|
nodejs_22
|
||||||
gleam
|
|
||||||
gh-f
|
gh-f
|
||||||
gh
|
gh
|
||||||
yarn
|
yarn
|
||||||
plantuml
|
plantuml
|
||||||
go
|
go
|
||||||
jq
|
dotnetCorePackages.sdk_8_0_3xx
|
||||||
|
templ
|
||||||
|
|
||||||
|
#Tools
|
||||||
qrencode
|
qrencode
|
||||||
|
air
|
||||||
|
k9s
|
||||||
git
|
git
|
||||||
lazydocker
|
lazydocker
|
||||||
air
|
|
||||||
templ
|
|
||||||
ranger
|
|
||||||
tesseract4
|
|
||||||
k9s
|
|
||||||
kubectl
|
kubectl
|
||||||
ngrok
|
|
||||||
zrok
|
|
||||||
graphviz
|
|
||||||
clang-tools
|
|
||||||
|
|
||||||
#LSP
|
#LSP
|
||||||
|
roslyn
|
||||||
|
roslyn-ls
|
||||||
python312Packages.python-lsp-server
|
python312Packages.python-lsp-server
|
||||||
arduino-language-server
|
|
||||||
yaml-language-server
|
yaml-language-server
|
||||||
nil
|
nil
|
||||||
jdt-language-server
|
jdt-language-server
|
||||||
|
@ -128,15 +112,9 @@
|
||||||
gopls
|
gopls
|
||||||
rust-analyzer
|
rust-analyzer
|
||||||
|
|
||||||
# Geography
|
|
||||||
geos
|
|
||||||
|
|
||||||
# UI
|
# UI
|
||||||
fooyin
|
|
||||||
rofi-bluetooth
|
rofi-bluetooth
|
||||||
pastel
|
pastel
|
||||||
unstable.rmpc
|
|
||||||
mpd
|
|
||||||
imagemagick
|
imagemagick
|
||||||
|
|
||||||
#VPN
|
#VPN
|
||||||
|
@ -152,7 +130,7 @@
|
||||||
brightnessctl
|
brightnessctl
|
||||||
dunst
|
dunst
|
||||||
|
|
||||||
# Documentas
|
# Documents
|
||||||
ripgrep
|
ripgrep
|
||||||
grc
|
grc
|
||||||
texliveFull
|
texliveFull
|
||||||
|
@ -160,18 +138,16 @@
|
||||||
poppler_utils
|
poppler_utils
|
||||||
|
|
||||||
#Desktop
|
#Desktop
|
||||||
freecad
|
unstable.feishin
|
||||||
unstable.google-chrome
|
|
||||||
firefox
|
firefox
|
||||||
libreoffice
|
libreoffice
|
||||||
unstable.signal-desktop
|
unstable.signal-desktop
|
||||||
kompare
|
|
||||||
pinta
|
pinta
|
||||||
zathura
|
zathura
|
||||||
vial
|
vial
|
||||||
thunderbird
|
thunderbird
|
||||||
alacritty
|
alacritty
|
||||||
neovim
|
unstable.neovim
|
||||||
fastfetch
|
fastfetch
|
||||||
lazygit
|
lazygit
|
||||||
byzanz
|
byzanz
|
||||||
|
@ -180,7 +156,6 @@
|
||||||
|
|
||||||
# Utils
|
# Utils
|
||||||
speedcrunch
|
speedcrunch
|
||||||
termusic
|
|
||||||
|
|
||||||
#Unfree
|
#Unfree
|
||||||
discord
|
discord
|
||||||
|
|
|
@ -40,6 +40,7 @@
|
||||||
shellAbbrs = {
|
shellAbbrs = {
|
||||||
homec="nvim ~/nix/config/home.nix";
|
homec="nvim ~/nix/config/home.nix";
|
||||||
n="eza -l --no-time --no-permissions --no-user";
|
n="eza -l --no-time --no-permissions --no-user";
|
||||||
|
ls="eza -l --no-time --no-permissions --no-user";
|
||||||
dev="nix develop --command fish";
|
dev="nix develop --command fish";
|
||||||
spot="steam-run ~/program/spotify_player";
|
spot="steam-run ~/program/spotify_player";
|
||||||
sc="sc-im";
|
sc="sc-im";
|
||||||
|
|
|
@ -5,12 +5,12 @@
|
||||||
font = if myhostname == "laptop" then {
|
font = if myhostname == "laptop" then {
|
||||||
# name = "Iosevka Nerd Font Bold";
|
# name = "Iosevka Nerd Font Bold";
|
||||||
# name = "ComicShannsMono Nerd Font Bold";
|
# name = "ComicShannsMono Nerd Font Bold";
|
||||||
name = "Hack Nerd Font Bold";
|
name = "Hack Nerd Font Mono Bold";
|
||||||
size = 20;
|
size = 15;
|
||||||
} else {
|
} else {
|
||||||
# name = "Iosevka Nerd Font Bold";
|
# name = "Iosevka Nerd Font Bold";
|
||||||
# name = "ComicShannsMono Nerd Font Bold";
|
# name = "ComicShannsMono Nerd Font Bold";
|
||||||
name = "Hack Nerd Font Bold";
|
name = "Hack Nerd Font Mono Bold";
|
||||||
size = 13;
|
size = 13;
|
||||||
};
|
};
|
||||||
shellIntegration = {
|
shellIntegration = {
|
||||||
|
|
BIN
wallpapers/blue.png
Normal file
BIN
wallpapers/blue.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 125 KiB |
Loading…
Add table
Add a link
Reference in a new issue